#5285BF

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

Shades of Havelock Blue #5285BF

Tints of Havelock Blue #5285BF

Color information

#5285BF (or 0x5285BF) is unknown color: approx Havelock Blue. HEX triplet: 52, 85 and BF. RGB value is (82,133,191). Sum of RGB (Red+Green+Blue) = 82+133+191=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #5285BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285BF is #AD7A40. Grayscale: #7C7C7C. Windows color (decimal): -11369025 or 12551506. OLE color: 12551506.

HSL color Cylindrical-coordinate representation of color #5285BF: hue angle of 211.93º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5285BF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82133191-
CMYK0.570.3000.25
HSL211.93º45.99%53.53%-
HSV(B)211.93º57.07%74.9%-
XYZ21.2722.3352.48-
YUV124.36165.697.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 191 (75% from 255) = 47.04%
R=20.20%
G=32.76%
B=47.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821331910.570.3000.25211.9345.9953.53
Hex5285BF391E019d42e36
Octal12220527771360313245666
Binary101001010000101101111111110011111001100111010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5285BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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