Html Css Color HEX #5777CB Havelock Blue

📋 copy color: '#5777CB'

red 87 ◦ green 119 ◦ blue 203

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

Shades of Havelock Blue #5777CB

Tints of Havelock Blue #5777CB

RGB

 RED value IS 87 (34.38% from 255) = 21.27%

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

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

R = 21.27%
G = 29.1%
B = 49.63%

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

#5777CB (or 0x5777CB) is known color: Havelock Blue. HEX triplet: 57, 77 and CB. RGB value is (87,119,203). Sum of RGB (Red+Green+Blue) = 87+119+203=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #5777CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5777CB is #A88834. Grayscale: #767676. Windows color (decimal): -11044917 or 13334359. OLE color: 13334359.

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

Color convert

RGB 87 119 203 -
CMYK 0.57 0.41 0 0.20
HSL 223.45º 0.53% 0.57% -
HSV(B) 223.45º 0.57% 0.8% -
XYZ 21.31 19.53 59.15 -
YUV 119.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 87 119 203 0.57 0.41 0 0.20 223.45 0.53 0.57
Hex 57 77 CB 39 29 0 14 DF 35 39
Octal 127 167 313 71 51 0 24 337 65 71
Binary 1010111 1110111 11001011 111001 101001 0 10100 11011111 110101 111001

Color Harmonies of #5777CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5777CB

Black with #5777CB

Text Example


Text Example

White with #5777CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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