Color Hex Logo

#5530bf Color Hex

#5530BF
(85,48,191)
0 Favorites   0 Comments

Color spaces of #5530bf

RGB 8548191
HSL0.710.600.47
HSV256°75°75°
CMYK 0.550.750.00   0.25
XYZ14.20727.806850.0483
Yxy7.80680.19720.1083
Hunter Lab27.940741.8671-86.6439
CIE-Lab33.577251.6596-68.8719

#5530bf color RGB value is (85,48,191).

#5530bf hex color red value is 85, green value is 48 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5530bf hue: 0.71 , saturation: 0.60 and the lightness value of 5530bf is 0.47.

The process color (four color CMYK) of #5530bf color hex is 0.55, 0.75, 0.00, 0.25. Web safe color of #5530bf is #6633cc. Color #5530bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110000 10111111
Octal 125 60 277
Decimal 85 48 191
Hex 55 30 BF

RGB Percentages of Color #5530bf

%26.23
%14.81
%58.95

CMYK Percentages of Color #5530bf

%55
%75
%0
%25

Triadic Colors of #5530bf

#5530bf #bf5530 #30bf55

Analogous Colors of #5530bf

#5530bf #9d30bf #3053bf

Monochromatic Colors of #5530bf

#5530bf

Complementary Color

#5530bf #9abf30

#5530bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5530bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5530bf Color CSS Codes

.mybgcolor {background-color:#5530bf; } 
.myforecolor {color:#5530bf; }
.mybordercolor {border:3px solid #5530bf; }

#5530bf Text Font Color

<p style="color:#5530bf">Text here</p>

This sample text font color is #5530bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5530bf Background Color

<div style="background-color:#5530bf">
Div content here</div>

This div background color is #5530bf


#5530bf Border Color

<div style="border:3px solid #5530bf">
Div here</div>

This div border color is #5530bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,48,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5530bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5530bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5530bf;
  box-shadow:         1px 1px 3px 2px #5530bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,48,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5530bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5530bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5530bf;
  box-shadow:         1px 1px 3px 2px #5530bf;">
Div content here</div>

This div box has shadow with color #5530bf


Comments

No comments written yet.

Please login to write comment.