#567FC0

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

Shades of Havelock Blue #567FC0

Tints of Havelock Blue #567FC0

Color information

#567FC0 (or 0x567FC0) is unknown color: approx Havelock Blue. HEX triplet: 56, 7F and C0. RGB value is (86,127,192). Sum of RGB (Red+Green+Blue) = 86+127+192=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #567FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FC0 is #A9803F. Grayscale: #797979. Windows color (decimal): -11108416 or 12615510. OLE color: 12615510.

HSL color Cylindrical-coordinate representation of color #567FC0: hue angle of 216.79º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #567FC0 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86127192-
CMYK0.550.3400.25
HSL216.79º45.69%54.51%-
HSV(B)216.79º55.21%75.29%-
XYZ20.9420.9652.81-
YUV122.15167.42102.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.23%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=21.23%
G=31.36%
B=47.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861271920.550.3400.25216.7945.6954.51
Hex567FC03722019d92e37
Octal12617730067420313315667
Binary101011011111111100000011011110001001100111011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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