#567EC4

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

Shades of Havelock Blue #567EC4

Tints of Havelock Blue #567EC4

Color information

#567EC4 (or 0x567EC4) is unknown color: approx Havelock Blue. HEX triplet: 56, 7E and C4. RGB value is (86,126,196). Sum of RGB (Red+Green+Blue) = 86+126+196=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #567EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EC4 is #A9813B. Grayscale: #797979. Windows color (decimal): -11108668 or 12877398. OLE color: 12877398.

HSL color Cylindrical-coordinate representation of color #567EC4: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #567EC4 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86126196-
CMYK0.560.3600.23
HSL218.18º48.25%55.29%-
HSV(B)218.18º56.12%76.86%-
XYZ21.2620.8955.14-
YUV122.02169.75102.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.08%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 196 (76.95% from 255) = 48.04%
R=21.08%
G=30.88%
B=48.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861261960.560.3600.23218.1848.2555.29
Hex567EC43824017da3037
Octal12617630470440273326067
Binary101011011111101100010011100010010001011111011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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