#5681B8

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

Shades of Havelock Blue #5681B8

Tints of Havelock Blue #5681B8

Color information

#5681B8 (or 0x5681B8) is unknown color: approx Havelock Blue. HEX triplet: 56, 81 and B8. RGB value is (86,129,184). Sum of RGB (Red+Green+Blue) = 86+129+184=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #5681B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5681B8 is #A97E47. Grayscale: #7A7A7A. Windows color (decimal): -11107912 or 12091734. OLE color: 12091734.

HSL color Cylindrical-coordinate representation of color #5681B8: hue angle of 213.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5681B8 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB86129184-
CMYK0.530.3000.28
HSL213.67º40.83%52.94%-
HSV(B)213.67º53.26%72.16%-
XYZ20.3421.1448.36-
YUV122.41162.75102.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.55%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 184 (72.27% from 255) = 46.12%
R=21.55%
G=32.33%
B=46.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861291840.530.3000.28213.6740.8352.94
Hex5681B8351E01Cd62935
Octal12620127065360343265165
Binary101011010000001101110001101011111001110011010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5681B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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