Html Css Color HEX #5587CB Havelock Blue

📋 copy color: '#5587CB'

red 85 ◦ green 135 ◦ blue 203

#5587CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5587CB

Tints of Havelock Blue #5587CB

RGB

 RED value IS 85 (33.59% from 255) = 20.09%

 GREEN value IS 135 (53.13% from 255) = 31.91%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 20.09%
G = 31.91%
B = 47.99%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5587CB (or 0x5587CB) is known color: Havelock Blue. HEX triplet: 55, 87 and CB. RGB value is (85,135,203). Sum of RGB (Red+Green+Blue) = 85+135+203=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #5587CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5587CB is #AA7834. Grayscale: #7F7F7F. Windows color (decimal): -11171893 or 13338453. OLE color: 13338453.

HSL color Cylindrical-coordinate representation of color #5587CB: hue angle of 214.58º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5587CB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 135 203 -
CMYK 0.58 0.33 0 0.20
HSL 214.58º 0.53% 0.56% -
HSV(B) 214.58º 0.58% 0.8% -
XYZ 23.19 23.57 59.83 -
YUV 127.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 85 135 203 0.58 0.33 0 0.20 214.58 0.53 0.56
Hex 55 87 CB 3A 21 0 14 D7 35 38
Octal 125 207 313 72 41 0 24 327 65 70
Binary 1010101 10000111 11001011 111010 100001 0 10100 11010111 110101 111000

Color Harmonies of #5587CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5587CB

Black with #5587CB

Text Example


Text Example

White with #5587CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5587CB; }

 p { color: rgb(85,135,203); }

 H1.HeaderClassName
 {
   color: #5587CB;
 }
 .AnyTagClassName
 {
   color: #5587CB;
 }
</style>

background-color css

<style>
 a { background-color: #5587CB; }

 a { background-color: rgb(85,135,203); }

 div.DivClassName
 {
   background-color: #5587CB;
 }
 .BgClassName
 {
   background-color: #5587CB;
 }
</style>

border-color css

<style>
 span { border-color: #5587CB; }

 span { border-color: rgb(85,135,203); }

 td.TdClassName
 {
   border-color: #5587CB;
 }
 .TagClassName
 {
   border-color: #5587CB;
 }
</style>