#5284DC

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

Shades of Havelock Blue #5284DC

Tints of Havelock Blue #5284DC

Color information

#5284DC (or 0x5284DC) is unknown color: approx Havelock Blue. HEX triplet: 52, 84 and DC. RGB value is (82,132,220). Sum of RGB (Red+Green+Blue) = 82+132+220=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #5284DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5284DC is #AD7B23. Grayscale: #7E7E7E. Windows color (decimal): -11369252 or 14451794. OLE color: 14451794.

HSL color Cylindrical-coordinate representation of color #5284DC: hue angle of 218.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5284DC is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB82132220-
CMYK0.630.4000.14
HSL218.26º66.35%59.22%-
HSV(B)218.26º62.73%86.27%-
XYZ24.6523.4670.94-
YUV127.08180.4495.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 132 (51.95% from 255) = 30.41%
BLUE value IS 220 (86.33% from 255) = 50.69%
R=18.89%
G=30.41%
B=50.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal821322200.630.4000.14218.2666.3559.22
Hex5284DC3F280Eda423b
Octal122204334775001633210273
Binary1010010100001001101110011111110100001110110110101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5284DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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