#567FBC

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

Shades of Havelock Blue #567FBC

Tints of Havelock Blue #567FBC

Color information

#567FBC (or 0x567FBC) is unknown color: approx Havelock Blue. HEX triplet: 56, 7F and BC. RGB value is (86,127,188). Sum of RGB (Red+Green+Blue) = 86+127+188=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #567FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FBC is #A98043. Grayscale: #797979. Windows color (decimal): -11108420 or 12353366. OLE color: 12353366.

HSL color Cylindrical-coordinate representation of color #567FBC: hue angle of 215.88º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567FBC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86127188-
CMYK0.540.3200.26
HSL215.88º43.22%53.73%-
HSV(B)215.88º54.26%73.73%-
XYZ20.520.7950.51-
YUV121.7165.42102.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=21.45%
G=31.67%
B=46.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861271880.540.3200.26215.8843.2253.73
Hex567FBC362001Ad82b36
Octal12617727466400323305366
Binary101011011111111011110011011010000001101011011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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