#5682BF

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

Shades of Havelock Blue #5682BF

Tints of Havelock Blue #5682BF

Color information

#5682BF (or 0x5682BF) is unknown color: approx Havelock Blue. HEX triplet: 56, 82 and BF. RGB value is (86,130,191). Sum of RGB (Red+Green+Blue) = 86+130+191=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #5682BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682BF is #A97D40. Grayscale: #7B7B7B. Windows color (decimal): -11107649 or 12550742. OLE color: 12550742.

HSL color Cylindrical-coordinate representation of color #5682BF: hue angle of 214.86º degrees, saturation: 0.45, 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 #5682BF is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86130191-
CMYK0.550.3200.25
HSL214.86º45.06%54.31%-
HSV(B)214.86º54.97%74.9%-
XYZ21.2221.7152.36-
YUV123.8165.92101.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.13%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 191 (75% from 255) = 46.93%
R=21.13%
G=31.94%
B=46.93%

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
Decimal861301910.550.3200.25214.8645.0654.31
Hex5682BF3720019d72d36
Octal12620227767400313275566
Binary1010110100000101011111111011110000001100111010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5682BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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