Html Css Color HEX #5777BC Havelock Blue

📋 copy color: '#5777BC'

red 87 ◦ green 119 ◦ blue 188

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

Shades of Havelock Blue #5777BC

Tints of Havelock Blue #5777BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 22.08%
G = 30.2%
B = 47.72%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5777BC (or 0x5777BC) is known color: Havelock Blue. HEX triplet: 57, 77 and BC. RGB value is (87,119,188). Sum of RGB (Red+Green+Blue) = 87+119+188=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #5777BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5777BC is #A88843. Grayscale: #747474. Windows color (decimal): -11044932 or 12351319. OLE color: 12351319.

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

Color convert

RGB 87 119 188 -
CMYK 0.54 0.37 0 0.26
HSL 220.99º 0.43% 0.54% -
HSV(B) 220.99º 0.54% 0.74% -
XYZ 19.6 18.85 50.18 -
YUV 117.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 87 119 188 0.54 0.37 0 0.26 220.99 0.43 0.54
Hex 57 77 BC 36 25 0 1A DD 2B 36
Octal 127 167 274 66 45 0 32 335 53 66
Binary 1010111 1110111 10111100 110110 100101 0 11010 11011101 101011 110110

Color Harmonies of #5777BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5777BC

Black with #5777BC

Text Example


Text Example

White with #5777BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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