#5682BB

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

Shades of Havelock Blue #5682BB

Tints of Havelock Blue #5682BB

Color information

#5682BB (or 0x5682BB) is unknown color: approx Havelock Blue. HEX triplet: 56, 82 and BB. RGB value is (86,130,187). Sum of RGB (Red+Green+Blue) = 86+130+187=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #5682BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682BB is #A97D44. Grayscale: #7B7B7B. Windows color (decimal): -11107653 or 12288598. OLE color: 12288598.

HSL color Cylindrical-coordinate representation of color #5682BB: hue angle of 213.86º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5682BB is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86130187-
CMYK0.540.3000.27
HSL213.86º42.62%53.53%-
HSV(B)213.86º54.01%73.33%-
XYZ20.7921.5350.07-
YUV123.34163.92101.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.34%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=21.34%
G=32.26%
B=46.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861301870.540.3000.27213.8642.6253.53
Hex5682BB361E01Bd62b36
Octal12620227366360333265366
Binary101011010000010101110111101101111001101111010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5682BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5682BB; }

 p { color: rgb(86,130,187); }

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

<style>
 a { background-color: #5682BB; }

 a { background-color: rgb(86,130,187); }

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

<style>
 span { border-color: #5682BB; }

 span { border-color: rgb(86,130,187); }

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