#5779B2

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

Shades of Havelock Blue #5779B2

Tints of Havelock Blue #5779B2

Color information

#5779B2 (or 0x5779B2) is unknown color: approx Havelock Blue. HEX triplet: 57, 79 and B2. RGB value is (87,121,178). Sum of RGB (Red+Green+Blue) = 87+121+178=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #5779B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5779B2 is #A8864D. Grayscale: #757575. Windows color (decimal): -11044430 or 11696471. OLE color: 11696471.

HSL color Cylindrical-coordinate representation of color #5779B2: hue angle of 217.58º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5779B2 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB87121178-
CMYK0.510.3200.30
HSL217.58º37.14%51.96%-
HSV(B)217.58º51.12%69.8%-
XYZ18.818.9244.78-
YUV117.33162.24106.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.54%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 178 (69.92% from 255) = 46.11%
R=22.54%
G=31.35%
B=46.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal871211780.510.3200.30217.5837.1451.96
Hex5779B2332001Eda2534
Octal12717126263400363324564
Binary101011111110011011001011001110000001111011011010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5779B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5779B2; }

 p { color: rgb(87,121,178); }

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

<style>
 a { background-color: #5779B2; }

 a { background-color: rgb(87,121,178); }

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

<style>
 span { border-color: #5779B2; }

 span { border-color: rgb(87,121,178); }

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