#5282DD

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

Shades of Havelock Blue #5282DD

Tints of Havelock Blue #5282DD

Color information

#5282DD (or 0x5282DD) is unknown color: approx Havelock Blue. HEX triplet: 52, 82 and DD. RGB value is (82,130,221). Sum of RGB (Red+Green+Blue) = 82+130+221=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #5282DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5282DD is #AD7D22. Grayscale: #7D7D7D. Windows color (decimal): -11369763 or 14516818. OLE color: 14516818.

HSL color Cylindrical-coordinate representation of color #5282DD: hue angle of 219.28º 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 #5282DD is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82130221-
CMYK0.630.4100.13
HSL219.28º67.15%59.41%-
HSV(B)219.28º62.9%86.67%-
XYZ24.5122.9871.55-
YUV126.02181.696.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.94%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=18.94%
G=30.02%
B=51.04%

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
Decimal821302210.630.4100.13219.2867.1559.41
Hex5282DD3F290Ddb433b
Octal122202335775101533310373
Binary1010010100000101101110111111110100101101110110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5282DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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