#567EB1

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

Shades of Havelock Blue #567EB1

Tints of Havelock Blue #567EB1

Color information

#567EB1 (or 0x567EB1) is unknown color: approx Havelock Blue. HEX triplet: 56, 7E and B1. RGB value is (86,126,177). Sum of RGB (Red+Green+Blue) = 86+126+177=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #567EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567EB1 is #A9814E. Grayscale: #777777. Windows color (decimal): -11108687 or 11632214. OLE color: 11632214.

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

Color convert

RGB86126177-
CMYK0.510.2900.31
HSL213.63º36.84%51.57%-
HSV(B)213.63º51.41%69.41%-
XYZ19.2320.0744.46-
YUV119.85160.25103.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=22.11%
G=32.39%
B=45.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861261770.510.2900.31213.6336.8451.57
Hex567EB1331D01Fd62534
Octal12617626163350373264564
Binary10101101111110101100011100111110101111111010110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,126,177); }

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

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

 a { background-color: rgb(86,126,177); }

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

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

 span { border-color: rgb(86,126,177); }

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