#5283DD

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

Shades of Havelock Blue #5283DD

Tints of Havelock Blue #5283DD

Color information

#5283DD (or 0x5283DD) is unknown color: approx Havelock Blue. HEX triplet: 52, 83 and DD. RGB value is (82,131,221). Sum of RGB (Red+Green+Blue) = 82+131+221=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #5283DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283DD is #AD7C22. Grayscale: #7E7E7E. Windows color (decimal): -11369507 or 14517074. OLE color: 14517074.

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

Color convert

RGB82131221-
CMYK0.630.4100.13
HSL218.85º67.15%59.41%-
HSV(B)218.85º62.9%86.67%-
XYZ24.6523.2571.59-
YUV126.61181.2796.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 221 (86.72% from 255) = 50.92%
R=18.89%
G=30.18%
B=50.92%

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
Decimal821312210.630.4100.13218.8567.1559.41
Hex5283DD3F290Ddb433b
Octal122203335775101533310373
Binary1010010100000111101110111111110100101101110110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5283DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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