#5285D8

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

Shades of Havelock Blue #5285D8

Tints of Havelock Blue #5285D8

Color information

#5285D8 (or 0x5285D8) is unknown color: approx Havelock Blue. HEX triplet: 52, 85 and D8. RGB value is (82,133,216). Sum of RGB (Red+Green+Blue) = 82+133+216=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #5285D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285D8 is #AD7A27. Grayscale: #7E7E7E. Windows color (decimal): -11369000 or 14189906. OLE color: 14189906.

HSL color Cylindrical-coordinate representation of color #5285D8: hue angle of 217.16º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5285D8 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB82133216-
CMYK0.620.3800.15
HSL217.16º63.21%58.43%-
HSV(B)217.16º62.04%84.71%-
XYZ24.2623.5368.23-
YUV127.21178.195.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.03%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 216 (84.77% from 255) = 50.12%
R=19.03%
G=30.86%
B=50.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal821332160.620.3800.15217.1663.2158.43
Hex5285D83E260Fd93f3a
Octal12220533076460173317772
Binary101001010000101110110001111101001100111111011001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5285D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5285D8; }

 p { color: rgb(82,133,216); }

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

<style>
 a { background-color: #5285D8; }

 a { background-color: rgb(82,133,216); }

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

<style>
 span { border-color: #5285D8; }

 span { border-color: rgb(82,133,216); }

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