#567EDA

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

Shades of Havelock Blue #567EDA

Tints of Havelock Blue #567EDA

Color information

#567EDA (or 0x567EDA) is unknown color: approx Havelock Blue. HEX triplet: 56, 7E and DA. RGB value is (86,126,218). Sum of RGB (Red+Green+Blue) = 86+126+218=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #567EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EDA is #A98125. Grayscale: #7C7C7C. Windows color (decimal): -11108646 or 14319190. OLE color: 14319190.

HSL color Cylindrical-coordinate representation of color #567EDA: hue angle of 221.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567EDA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86126218-
CMYK0.610.4200.15
HSL221.82º64.08%59.61%-
HSV(B)221.82º60.55%85.49%-
XYZ23.9521.9669.31-
YUV124.53180.75100.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 218 (85.55% from 255) = 50.70%
R=20%
G=29.30%
B=50.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861262180.610.4200.15221.8264.0859.61
Hex567EDA3D2A0Fde403c
Octal126176332755201733610074
Binary101011011111101101101011110110101001111110111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,126,218); }

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

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

 a { background-color: rgb(86,126,218); }

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

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

 span { border-color: rgb(86,126,218); }

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