#5777BE

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

Shades of Havelock Blue #5777BE

Tints of Havelock Blue #5777BE

Color information

#5777BE (or 0x5777BE) is unknown color: approx 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

RGB87119190-
CMYK0.540.3700.25
HSL221.36º44.21%54.31%-
HSV(B)221.36º54.21%74.51%-
XYZ19.8218.9451.33-
YUV117.53168.9106.23-

RGB Variations

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

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 (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871191900.540.3700.25221.3644.2154.31
Hex5777BE3625019dd2c36
Octal12716727666450313355466
Binary101011111101111011111011011010010101100111011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5777BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>