Html Css Color HEX #5588D4 Havelock Blue

📋 copy color: '#5588D4'

red 85 ◦ green 136 ◦ blue 212

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

Shades of Havelock Blue #5588D4

Tints of Havelock Blue #5588D4

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.41%

 BLUE value IS 212 (83.2% from 255) = 48.96%

R = 19.63%
G = 31.41%
B = 48.96%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5588D4 (or 0x5588D4) is known color: Havelock Blue. HEX triplet: 55, 88 and D4. RGB value is (85,136,212). Sum of RGB (Red+Green+Blue) = 85+136+212=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #5588D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588D4 is #AA772B. Grayscale: #818181. Windows color (decimal): -11171628 or 13928533. OLE color: 13928533.

HSL color Cylindrical-coordinate representation of color #5588D4: hue angle of 215.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5588D4 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 85 136 212 -
CMYK 0.60 0.36 0 0.17
HSL 215.91º 0.6% 0.58% -
HSV(B) 215.91º 0.6% 0.83% -
XYZ 24.43 24.29 65.69 -
YUV 129.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 85 136 212 0.60 0.36 0 0.17 215.91 0.6 0.58
Hex 55 88 D4 3C 24 0 11 D8 3C 3A
Octal 125 210 324 74 44 0 21 330 74 72
Binary 1010101 10001000 11010100 111100 100100 0 10001 11011000 111100 111010

Color Harmonies of #5588D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5588D4

Black with #5588D4

Text Example


Text Example

White with #5588D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5588D4; }

 p { color: rgb(85,136,212); }

 H1.HeaderClassName
 {
   color: #5588D4;
 }
 .AnyTagClassName
 {
   color: #5588D4;
 }
</style>

background-color css

<style>
 a { background-color: #5588D4; }

 a { background-color: rgb(85,136,212); }

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

border-color css

<style>
 span { border-color: #5588D4; }

 span { border-color: rgb(85,136,212); }

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