#567DBC

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

Shades of Havelock Blue #567DBC

Tints of Havelock Blue #567DBC

Color information

#567DBC (or 0x567DBC) is unknown color: approx Havelock Blue. HEX triplet: 56, 7D and BC. RGB value is (86,125,188). Sum of RGB (Red+Green+Blue) = 86+125+188=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #567DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DBC is #A98243. Grayscale: #787878. Windows color (decimal): -11108932 or 12352854. OLE color: 12352854.

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

Color convert

RGB86125188-
CMYK0.540.3400.26
HSL217.06º43.22%53.73%-
HSV(B)217.06º54.26%73.73%-
XYZ20.2520.2850.42-
YUV120.52166.08103.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.55%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=21.55%
G=31.33%
B=47.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861251880.540.3400.26217.0643.2253.73
Hex567DBC362201Ad92b36
Octal12617527466420323315366
Binary101011011111011011110011011010001001101011011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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