#5284DD

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

Shades of Havelock Blue #5284DD

Tints of Havelock Blue #5284DD

Color information

#5284DD (or 0x5284DD) is unknown color: approx Havelock Blue. HEX triplet: 52, 84 and DD. RGB value is (82,132,221). Sum of RGB (Red+Green+Blue) = 82+132+221=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #5284DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5284DD is #AD7B22. Grayscale: #7E7E7E. Windows color (decimal): -11369251 or 14517330. OLE color: 14517330.

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

Color convert

RGB82132221-
CMYK0.630.4000.13
HSL218.42º67.15%59.41%-
HSV(B)218.42º62.9%86.67%-
XYZ24.7823.5271.64-
YUV127.2180.9495.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.85%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=18.85%
G=30.34%
B=50.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821322210.630.4000.13218.4267.1559.41
Hex5284DD3F280Dda433b
Octal122204335775001533210373
Binary1010010100001001101110111111110100001101110110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5284DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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