#567EBD

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

Shades of Havelock Blue #567EBD

Tints of Havelock Blue #567EBD

Color information

#567EBD (or 0x567EBD) is unknown color: approx Havelock Blue. HEX triplet: 56, 7E and BD. RGB value is (86,126,189). Sum of RGB (Red+Green+Blue) = 86+126+189=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #567EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EBD is #A98142. Grayscale: #787878. Windows color (decimal): -11108675 or 12418646. OLE color: 12418646.

HSL color Cylindrical-coordinate representation of color #567EBD: hue angle of 216.7º degrees, saturation: 0.44, 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 #567EBD is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86126189-
CMYK0.540.3300.26
HSL216.7º43.83%53.92%-
HSV(B)216.7º54.5%74.12%-
XYZ20.4820.5751.04-
YUV121.22166.25102.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=21.45%
G=31.42%
B=47.13%

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
Decimal861261890.540.3300.26216.743.8353.92
Hex567EBD362101Ad92c36
Octal12617627566410323315466
Binary101011011111101011110111011010000101101011011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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