#5681BE

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

Shades of Havelock Blue #5681BE

Tints of Havelock Blue #5681BE

Color information

#5681BE (or 0x5681BE) is unknown color: approx Havelock Blue. HEX triplet: 56, 81 and BE. RGB value is (86,129,190). Sum of RGB (Red+Green+Blue) = 86+129+190=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5681BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5681BE is #A97E41. Grayscale: #7A7A7A. Windows color (decimal): -11107906 or 12484950. OLE color: 12484950.

HSL color Cylindrical-coordinate representation of color #5681BE: hue angle of 215.19º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5681BE is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86129190-
CMYK0.550.3200.25
HSL215.19º44.44%54.12%-
HSV(B)215.19º54.74%74.51%-
XYZ20.9821.451.74-
YUV123.1165.75101.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.23%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=21.23%
G=31.85%
B=46.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861291900.550.3200.25215.1944.4454.12
Hex5681BE3720019d72c36
Octal12620127667400313275466
Binary1010110100000011011111011011110000001100111010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5681BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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