#5777BA

Color #5777BA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5777BA

Tints of Havelock Blue #5777BA

Color information

#5777BA (or 0x5777BA) is unknown color: approx Havelock Blue. HEX triplet: 57, 77 and BA. RGB value is (87,119,186). Sum of RGB (Red+Green+Blue) = 87+119+186=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #5777BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5777BA is #A88845. Grayscale: #747474. Windows color (decimal): -11044934 or 12220247. OLE color: 12220247.

HSL color Cylindrical-coordinate representation of color #5777BA: hue angle of 220.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5777BA is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87119186-
CMYK0.530.3600.27
HSL220.61º41.77%53.53%-
HSV(B)220.61º53.23%72.94%-
XYZ19.3918.7749.05-
YUV117.07166.9106.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.19%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=22.19%
G=30.36%
B=47.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871191860.530.3600.27220.6141.7753.53
Hex5777BA352401Bdd2a36
Octal12716727265440333355266
Binary101011111101111011101011010110010001101111011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5777BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5777BA;
 }
 .AnyTagClassName
 {
   color: #5777BA;
 }
</style>
background-color css

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

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

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

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

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

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