#5285CE

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

Shades of Havelock Blue #5285CE

Tints of Havelock Blue #5285CE

Color information

#5285CE (or 0x5285CE) is unknown color: approx Havelock Blue. HEX triplet: 52, 85 and CE. RGB value is (82,133,206). Sum of RGB (Red+Green+Blue) = 82+133+206=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #5285CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285CE is #AD7A31. Grayscale: #7D7D7D. Windows color (decimal): -11369010 or 13534546. OLE color: 13534546.

HSL color Cylindrical-coordinate representation of color #5285CE: hue angle of 215.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5285CE is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82133206-
CMYK0.600.3500.19
HSL215.32º55.86%56.47%-
HSV(B)215.32º60.19%80.78%-
XYZ23.0123.0361.62-
YUV126.07173.196.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.48%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 206 (80.86% from 255) = 48.93%
R=19.48%
G=31.59%
B=48.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821332060.600.3500.19215.3255.8656.47
Hex5285CE3C23013d73838
Octal12220531674430233277070
Binary1010010100001011100111011110010001101001111010111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5285CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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