Html Css Color HEX #5777BE Havelock Blue

📋 copy color: '#5777BE'

red 87 ◦ green 119 ◦ blue 190

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

Shades of Havelock Blue #5777BE

Tints of Havelock Blue #5777BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 21.97%
G = 30.05%
B = 47.98%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5777BE (or 0x5777BE) is known color: Havelock Blue. HEX triplet: 57, 77 and BE. RGB value is (87,119,190). Sum of RGB (Red+Green+Blue) = 87+119+190=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #5777BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5777BE is #A88841. Grayscale: #757575. Windows color (decimal): -11044930 or 12482391. OLE color: 12482391.

HSL color Cylindrical-coordinate representation of color #5777BE: hue angle of 221.36º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5777BE is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 119 190 -
CMYK 0.54 0.37 0 0.25
HSL 221.36º 0.44% 0.54% -
HSV(B) 221.36º 0.54% 0.75% -
XYZ 19.82 18.94 51.33 -
YUV 117.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 87 119 190 0.54 0.37 0 0.25 221.36 0.44 0.54
Hex 57 77 BE 36 25 0 19 DD 2C 36
Octal 127 167 276 66 45 0 31 335 54 66
Binary 1010111 1110111 10111110 110110 100101 0 11001 11011101 101100 110110

Color Harmonies of #5777BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5777BE

Black with #5777BE

Text Example


Text Example

White with #5777BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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