#5182BE

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

Shades of Havelock Blue #5182BE

Tints of Havelock Blue #5182BE

Color information

#5182BE (or 0x5182BE) is unknown color: approx Havelock Blue. HEX triplet: 51, 82 and BE. RGB value is (81,130,190). Sum of RGB (Red+Green+Blue) = 81+130+190=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #5182BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182BE is #AE7D41. Grayscale: #797979. Windows color (decimal): -11435330 or 12485201. OLE color: 12485201.

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

Color convert

RGB81130190-
CMYK0.570.3200.25
HSL213.03º45.61%53.14%-
HSV(B)213.03º57.37%74.51%-
XYZ20.6721.4351.76-
YUV122.19166.2798.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=20.20%
G=32.42%
B=47.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811301900.570.3200.25213.0345.6153.14
Hex5182BE3920019d52e35
Octal12120227671400313255665
Binary1010001100000101011111011100110000001100111010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5182BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,130,190); }

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

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

 a { background-color: rgb(81,130,190); }

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

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

 span { border-color: rgb(81,130,190); }

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