Html Css Color HEX #5872CC Havelock Blue

📋 copy color: '#5872CC'

red 88 ◦ green 114 ◦ blue 204

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

Shades of Havelock Blue #5872CC

Tints of Havelock Blue #5872CC

RGB

 RED value IS 88 (34.77% from 255) = 21.67%

 GREEN value IS 114 (44.92% from 255) = 28.08%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 21.67%
G = 28.08%
B = 50.25%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5872CC (or 0x5872CC) is known color: Havelock Blue. HEX triplet: 58, 72 and CC. RGB value is (88,114,204). Sum of RGB (Red+Green+Blue) = 88+114+204=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #5872CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5872CC is #A78D33. Grayscale: #747474. Windows color (decimal): -10980660 or 13398616. OLE color: 13398616.

HSL color Cylindrical-coordinate representation of color #5872CC: hue angle of 226.55º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5872CC is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 114 204 -
CMYK 0.57 0.44 0 0.2
HSL 226.55º 0.53% 0.57% -
HSV(B) 226.55º 0.57% 0.8% -
XYZ 20.94 18.47 59.59 -
YUV 116.49 177.39 107.68 -
System Red Green Blue C M Y K H S L
Decimal 88 114 204 0.57 0.44 0 0.2 226.55 0.53 0.57
Hex 58 72 CC 39 2C 0 14 E3 35 39
Octal 130 162 314 71 54 0 24 343 65 71
Binary 1011000 1110010 11001100 111001 101100 0 10100 11100011 110101 111001

Color Harmonies of #5872CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5872CC

Black with #5872CC

Text Example


Text Example

White with #5872CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5872CC; }

 p { color: rgb(88,114,204); }

 H1.HeaderClassName
 {
   color: #5872CC;
 }
 .AnyTagClassName
 {
   color: #5872CC;
 }
</style>

background-color css

<style>
 a { background-color: #5872CC; }

 a { background-color: rgb(88,114,204); }

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

border-color css

<style>
 span { border-color: #5872CC; }

 span { border-color: rgb(88,114,204); }

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