#567BB0

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

Shades of Havelock Blue #567BB0

Tints of Havelock Blue #567BB0

Color information

#567BB0 (or 0x567BB0) is unknown color: approx Havelock Blue. HEX triplet: 56, 7B and B0. RGB value is (86,123,176). Sum of RGB (Red+Green+Blue) = 86+123+176=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #567BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567BB0 is #A9844F. Grayscale: #757575. Windows color (decimal): -11109456 or 11565910. OLE color: 11565910.

HSL color Cylindrical-coordinate representation of color #567BB0: hue angle of 215.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #567BB0 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86123176-
CMYK0.510.3000.31
HSL215.33º36.29%51.37%-
HSV(B)215.33º51.14%69.02%-
XYZ18.7619.2843.81-
YUV117.98160.74105.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=22.34%
G=31.95%
B=45.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861231760.510.3000.31215.3336.2951.37
Hex567BB0331E01Fd72433
Octal12617326063360373274463
Binary10101101111011101100001100111111001111111010111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,123,176); }

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

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

 a { background-color: rgb(86,123,176); }

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

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

 span { border-color: rgb(86,123,176); }

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