#5776BE

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

Shades of Havelock Blue #5776BE

Tints of Havelock Blue #5776BE

Color information

#5776BE (or 0x5776BE) is unknown color: approx Havelock Blue. HEX triplet: 57, 76 and BE. RGB value is (87,118,190). Sum of RGB (Red+Green+Blue) = 87+118+190=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #5776BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5776BE is #A88941. Grayscale: #747474. Windows color (decimal): -11045186 or 12482135. OLE color: 12482135.

HSL color Cylindrical-coordinate representation of color #5776BE: hue angle of 221.94º 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 #5776BE is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87118190-
CMYK0.540.3800.25
HSL221.94º44.21%54.31%-
HSV(B)221.94º54.21%74.51%-
XYZ19.718.751.29-
YUV116.94169.23106.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.03%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=22.03%
G=29.87%
B=48.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871181900.540.3800.25221.9444.2154.31
Hex5776BE3626019de2c36
Octal12716627666460313365466
Binary101011111101101011111011011010011001100111011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5776BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5776BE; }

 p { color: rgb(87,118,190); }

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

<style>
 a { background-color: #5776BE; }

 a { background-color: rgb(87,118,190); }

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

<style>
 span { border-color: #5776BE; }

 span { border-color: rgb(87,118,190); }

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