#567FBD

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

Shades of Havelock Blue #567FBD

Tints of Havelock Blue #567FBD

Color information

#567FBD (or 0x567FBD) is unknown color: approx Havelock Blue. HEX triplet: 56, 7F and BD. RGB value is (86,127,189). Sum of RGB (Red+Green+Blue) = 86+127+189=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #567FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FBD is #A98042. Grayscale: #797979. Windows color (decimal): -11108419 or 12418902. OLE color: 12418902.

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

Color convert

RGB86127189-
CMYK0.540.3300.26
HSL216.12º43.83%53.92%-
HSV(B)216.12º54.5%74.12%-
XYZ20.6120.8351.08-
YUV121.81165.92102.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.39%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=21.39%
G=31.59%
B=47.01%

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
Decimal861271890.540.3300.26216.1243.8353.92
Hex567FBD362101Ad82c36
Octal12617727566410323305466
Binary101011011111111011110111011010000101101011011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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