Html Css Color HEX #5587CE Havelock Blue

📋 copy color: '#5587CE'

red 85 ◦ green 135 ◦ blue 206

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

Shades of Havelock Blue #5587CE

Tints of Havelock Blue #5587CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 19.95%
G = 31.69%
B = 48.36%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5587CE (or 0x5587CE) is known color: Havelock Blue. HEX triplet: 55, 87 and CE. RGB value is (85,135,206). Sum of RGB (Red+Green+Blue) = 85+135+206=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #5587CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5587CE is #AA7831. Grayscale: #7F7F7F. Windows color (decimal): -11171890 or 13535061. OLE color: 13535061.

HSL color Cylindrical-coordinate representation of color #5587CE: hue angle of 215.21º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5587CE is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 135 206 -
CMYK 0.59 0.34 0 0.19
HSL 215.21º 0.55% 0.57% -
HSV(B) 215.21º 0.59% 0.81% -
XYZ 23.55 23.72 61.73 -
YUV 128.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 85 135 206 0.59 0.34 0 0.19 215.21 0.55 0.57
Hex 55 87 CE 3B 22 0 13 D7 37 39
Octal 125 207 316 73 42 0 23 327 67 71
Binary 1010101 10000111 11001110 111011 100010 0 10011 11010111 110111 111001

Color Harmonies of #5587CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5587CE

Black with #5587CE

Text Example


Text Example

White with #5587CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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