#567EBC

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

Shades of Havelock Blue #567EBC

Tints of Havelock Blue #567EBC

Color information

#567EBC (or 0x567EBC) is unknown color: approx Havelock Blue. HEX triplet: 56, 7E and BC. RGB value is (86,126,188). Sum of RGB (Red+Green+Blue) = 86+126+188=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #567EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EBC is #A98143. Grayscale: #787878. Windows color (decimal): -11108676 or 12353110. OLE color: 12353110.

HSL color Cylindrical-coordinate representation of color #567EBC: hue angle of 216.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567EBC is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86126188-
CMYK0.540.3300.26
HSL216.47º43.22%53.73%-
HSV(B)216.47º54.26%73.73%-
XYZ20.3820.5350.47-
YUV121.11165.75102.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.5%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 188 (73.83% from 255) = 47%
R=21.5%
G=31.5%
B=47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861261880.540.3300.26216.4743.2253.73
Hex567EBC362101Ad82b36
Octal12617627466410323305366
Binary101011011111101011110011011010000101101011011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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