Html Css Color HEX #5872CB Havelock Blue

📋 copy color: '#5872CB'

red 88 ◦ green 114 ◦ blue 203

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

Shades of Havelock Blue #5872CB

Tints of Havelock Blue #5872CB

RGB

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

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

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

R = 21.73%
G = 28.15%
B = 50.12%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5872CB (or 0x5872CB) is known color: Havelock Blue. HEX triplet: 58, 72 and CB. RGB value is (88,114,203). Sum of RGB (Red+Green+Blue) = 88+114+203=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #5872CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5872CB is #A78D34. Grayscale: #737373. Windows color (decimal): -10980661 or 13333080. OLE color: 13333080.

HSL color Cylindrical-coordinate representation of color #5872CB: hue angle of 226.43º 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 #5872CB is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 114 203 -
CMYK 0.57 0.44 0 0.20
HSL 226.43º 0.53% 0.57% -
HSV(B) 226.43º 0.57% 0.8% -
XYZ 20.82 18.42 58.96 -
YUV 116.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 88 114 203 0.57 0.44 0 0.20 226.43 0.53 0.57
Hex 58 72 CB 39 2C 0 14 E2 35 39
Octal 130 162 313 71 54 0 24 342 65 71
Binary 1011000 1110010 11001011 111001 101100 0 10100 11100010 110101 111001

Color Harmonies of #5872CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5872CB

Black with #5872CB

Text Example


Text Example

White with #5872CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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