#5681BD

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

Shades of Havelock Blue #5681BD

Tints of Havelock Blue #5681BD

Color information

#5681BD (or 0x5681BD) is unknown color: approx Havelock Blue. HEX triplet: 56, 81 and BD. RGB value is (86,129,189). Sum of RGB (Red+Green+Blue) = 86+129+189=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #5681BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5681BD is #A97E42. Grayscale: #7A7A7A. Windows color (decimal): -11107907 or 12419414. OLE color: 12419414.

HSL color Cylindrical-coordinate representation of color #5681BD: hue angle of 214.95º degrees, saturation: 0.44, 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 #5681BD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86129189-
CMYK0.540.3200.26
HSL214.95º43.83%53.92%-
HSV(B)214.95º54.5%74.12%-
XYZ20.8721.3551.17-
YUV122.98165.25101.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=21.29%
G=31.93%
B=46.78%

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
Decimal861291890.540.3200.26214.9543.8353.92
Hex5681BD362001Ad72c36
Octal12620127566400323275466
Binary1010110100000011011110111011010000001101011010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5681BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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