#5681BA

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

Shades of Havelock Blue #5681BA

Tints of Havelock Blue #5681BA

Color information

#5681BA (or 0x5681BA) is unknown color: approx Havelock Blue. HEX triplet: 56, 81 and BA. RGB value is (86,129,186). Sum of RGB (Red+Green+Blue) = 86+129+186=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #5681BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5681BA is #A97E45. Grayscale: #7A7A7A. Windows color (decimal): -11107910 or 12222806. OLE color: 12222806.

HSL color Cylindrical-coordinate representation of color #5681BA: hue angle of 214.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5681BA is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86129186-
CMYK0.540.3100.27
HSL214.2º42.02%53.33%-
HSV(B)214.2º53.76%72.94%-
XYZ20.5521.2249.47-
YUV122.64163.75101.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=21.45%
G=32.17%
B=46.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861291860.540.3100.27214.242.0253.33
Hex5681BA361F01Bd62a35
Octal12620127266370333265265
Binary101011010000001101110101101101111101101111010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5681BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5681BA; }

 p { color: rgb(86,129,186); }

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

<style>
 a { background-color: #5681BA; }

 a { background-color: rgb(86,129,186); }

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

<style>
 span { border-color: #5681BA; }

 span { border-color: rgb(86,129,186); }

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