#5777BD

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

Shades of Havelock Blue #5777BD

Tints of Havelock Blue #5777BD

Color information

#5777BD (or 0x5777BD) is unknown color: approx Havelock Blue. HEX triplet: 57, 77 and BD. RGB value is (87,119,189). Sum of RGB (Red+Green+Blue) = 87+119+189=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #5777BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5777BD is #A88842. Grayscale: #757575. Windows color (decimal): -11044931 or 12416855. OLE color: 12416855.

HSL color Cylindrical-coordinate representation of color #5777BD: hue angle of 221.18º degrees, saturation: 0.44, 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 #5777BD is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87119189-
CMYK0.540.3700.26
HSL221.18º43.59%54.12%-
HSV(B)221.18º53.97%74.12%-
XYZ19.7118.8950.75-
YUV117.41168.4106.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.03%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=22.03%
G=30.13%
B=47.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871191890.540.3700.26221.1843.5954.12
Hex5777BD362501Add2c36
Octal12716727566450323355466
Binary101011111101111011110111011010010101101011011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5777BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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