#567FB1

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

Shades of Havelock Blue #567FB1

Tints of Havelock Blue #567FB1

Color information

#567FB1 (or 0x567FB1) is unknown color: approx Havelock Blue. HEX triplet: 56, 7F and B1. RGB value is (86,127,177). Sum of RGB (Red+Green+Blue) = 86+127+177=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #567FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567FB1 is #A9804E. Grayscale: #787878. Windows color (decimal): -11108431 or 11632470. OLE color: 11632470.

HSL color Cylindrical-coordinate representation of color #567FB1: hue angle of 212.97º 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 #567FB1 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86127177-
CMYK0.510.2800.31
HSL212.97º36.84%51.57%-
HSV(B)212.97º51.41%69.41%-
XYZ19.3620.3344.5-
YUV120.44159.92103.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 177 (69.53% from 255) = 45.38%
R=22.05%
G=32.56%
B=45.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861271770.510.2800.31212.9736.8451.57
Hex567FB1331C01Fd52534
Octal12617726163340373254564
Binary10101101111111101100011100111110001111111010101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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