#567edc

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

Shades of Havelock Blue #567EDC

Tints of Havelock Blue #567EDC

Color information

#567EDC (or 0x567EDC) is unknown color: approx Havelock Blue. HEX triplet: 56, 7E and DC. RGB value is (86,126,220). Sum of RGB (Red+Green+Blue) = 86+126+220=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #567EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EDC is #A98123. Grayscale: #7C7C7C. Windows color (decimal): -11108644 or 14450262. OLE color: 14450262.

HSL color Cylindrical-coordinate representation of color #567EDC: hue angle of 222.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567EDC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB86126220-
CMYK0.610.4300.14
HSL222.09º65.69%60%-
HSV(B)222.09º60.91%86.27%-
XYZ24.2222.0770.69-
YUV124.76181.75100.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.91%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 220 (86.33% from 255) = 50.93%
R=19.91%
G=29.17%
B=50.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861262200.610.4300.14222.0965.6960
Hex567EDC3D2B0Ede423c
Octal126176334755301633610274
Binary101011011111101101110011110110101101110110111101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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