#567AAF

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

Shades of Havelock Blue #567AAF

Tints of Havelock Blue #567AAF

Color information

#567AAF (or 0x567AAF) is unknown color: approx Havelock Blue. HEX triplet: 56, 7A and AF. RGB value is (86,122,175). Sum of RGB (Red+Green+Blue) = 86+122+175=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #567AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567AAF is #A98550. Grayscale: #757575. Windows color (decimal): -11109713 or 11500118. OLE color: 11500118.

HSL color Cylindrical-coordinate representation of color #567AAF: hue angle of 215.73º 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 #567AAF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86122175-
CMYK0.510.3000.31
HSL215.73º35.74%51.18%-
HSV(B)215.73º50.86%68.63%-
XYZ18.5418.9943.25-
YUV117.28160.57105.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.45%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=22.45%
G=31.85%
B=45.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861221750.510.3000.31215.7335.7451.18
Hex567AAF331E01Fd82433
Octal12617225763360373304463
Binary10101101111010101011111100111111001111111011000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567AAF; }

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

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

<style>
 a { background-color: #567AAF; }

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

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

<style>
 span { border-color: #567AAF; }

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

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