#5182DD

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

Shades of Havelock Blue #5182DD

Tints of Havelock Blue #5182DD

Color information

#5182DD (or 0x5182DD) is unknown color: approx Havelock Blue. HEX triplet: 51, 82 and DD. RGB value is (81,130,221). Sum of RGB (Red+Green+Blue) = 81+130+221=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #5182DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182DD is #AE7D22. Grayscale: #7D7D7D. Windows color (decimal): -11435299 or 14516817. OLE color: 14516817.

HSL color Cylindrical-coordinate representation of color #5182DD: hue angle of 219º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5182DD is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81130221-
CMYK0.630.4100.13
HSL219º67.31%59.22%-
HSV(B)219º63.35%86.67%-
XYZ24.4322.9471.55-
YUV125.72181.7796.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.75%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=18.75%
G=30.09%
B=51.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811302210.630.4100.1321967.3159.22
Hex5182DD3F290Ddb433b
Octal121202335775101533310373
Binary1010001100000101101110111111110100101101110110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5182DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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