#5678AF

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

Shades of Havelock Blue #5678AF

Tints of Havelock Blue #5678AF

Color information

#5678AF (or 0x5678AF) is unknown color: approx Havelock Blue. HEX triplet: 56, 78 and AF. RGB value is (86,120,175). Sum of RGB (Red+Green+Blue) = 86+120+175=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #5678AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5678AF is #A98750. Grayscale: #737373. Windows color (decimal): -11110225 or 11499606. OLE color: 11499606.

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

Color convert

RGB86120175-
CMYK0.510.3100.31
HSL217.08º35.74%51.18%-
HSV(B)217.08º50.86%68.63%-
XYZ18.2918.5143.17-
YUV116.1161.24106.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.57%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=22.57%
G=31.50%
B=45.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861201750.510.3100.31217.0835.7451.18
Hex5678AF331F01Fd92433
Octal12617025763370373314463
Binary10101101111000101011111100111111101111111011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5678AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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