Html Css Color HEX #5877CB Havelock Blue

📋 copy color: '#5877CB'

red 88 ◦ green 119 ◦ blue 203

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

Shades of Havelock Blue #5877CB

Tints of Havelock Blue #5877CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.02%

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

R = 21.46%
G = 29.02%
B = 49.51%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5877CB (or 0x5877CB) is known color: Havelock Blue. HEX triplet: 58, 77 and CB. RGB value is (88,119,203). Sum of RGB (Red+Green+Blue) = 88+119+203=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #5877CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877CB is #A78834. Grayscale: #767676. Windows color (decimal): -10979381 or 13334360. OLE color: 13334360.

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

Color convert

RGB 88 119 203 -
CMYK 0.57 0.41 0 0.20
HSL 223.83º 0.53% 0.57% -
HSV(B) 223.83º 0.57% 0.8% -
XYZ 21.4 19.58 59.15 -
YUV 119.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 88 119 203 0.57 0.41 0 0.20 223.83 0.53 0.57
Hex 58 77 CB 39 29 0 14 E0 35 39
Octal 130 167 313 71 51 0 24 340 65 71
Binary 1011000 1110111 11001011 111001 101001 0 10100 11100000 110101 111001

Color Harmonies of #5877CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5877CB

Black with #5877CB

Text Example


Text Example

White with #5877CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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