#5778AF

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

Shades of Havelock Blue #5778AF

Tints of Havelock Blue #5778AF

Color information

#5778AF (or 0x5778AF) is unknown color: approx Havelock Blue. HEX triplet: 57, 78 and AF. RGB value is (87,120,175). Sum of RGB (Red+Green+Blue) = 87+120+175=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #5778AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5778AF is #A88750. Grayscale: #747474. Windows color (decimal): -11044689 or 11499607. OLE color: 11499607.

HSL color Cylindrical-coordinate representation of color #5778AF: hue angle of 217.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5778AF is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB87120175-
CMYK0.500.3100.31
HSL217.5º35.48%51.37%-
HSV(B)217.5º50.29%68.63%-
XYZ18.3818.5543.17-
YUV116.4161.07107.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.77%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=22.77%
G=31.41%
B=45.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871201750.500.3100.31217.535.4851.37
Hex5778AF321F01Fda2333
Octal12717025762370373324363
Binary10101111111000101011111100101111101111111011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5778AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5778AF; }

 p { color: rgb(87,120,175); }

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

<style>
 a { background-color: #5778AF; }

 a { background-color: rgb(87,120,175); }

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

<style>
 span { border-color: #5778AF; }

 span { border-color: rgb(87,120,175); }

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