#567FB5

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

Shades of Havelock Blue #567FB5

Tints of Havelock Blue #567FB5

Color information

#567FB5 (or 0x567FB5) is unknown color: approx Havelock Blue. HEX triplet: 56, 7F and B5. RGB value is (86,127,181). Sum of RGB (Red+Green+Blue) = 86+127+181=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #567FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FB5 is #A9804A. Grayscale: #787878. Windows color (decimal): -11108427 or 11894614. OLE color: 11894614.

HSL color Cylindrical-coordinate representation of color #567FB5: hue angle of 214.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #567FB5 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86127181-
CMYK0.520.3000.29
HSL214.11º39.09%52.35%-
HSV(B)214.11º52.49%70.98%-
XYZ19.7720.4946.63-
YUV120.9161.92103.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 181 (71.09% from 255) = 45.94%
R=21.83%
G=32.23%
B=45.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861271810.520.3000.29214.1139.0952.35
Hex567FB5341E01Dd62734
Octal12617726564360353264764
Binary10101101111111101101011101001111001110111010110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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