#5286CD

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

Shades of Havelock Blue #5286CD

Tints of Havelock Blue #5286CD

Color information

#5286CD (or 0x5286CD) is unknown color: approx Havelock Blue. HEX triplet: 52, 86 and CD. RGB value is (82,134,205). Sum of RGB (Red+Green+Blue) = 82+134+205=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #5286CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5286CD is #AD7932. Grayscale: #7E7E7E. Windows color (decimal): -11368755 or 13469266. OLE color: 13469266.

HSL color Cylindrical-coordinate representation of color #5286CD: hue angle of 214.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5286CD is Cyan = 0.6, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82134205-
CMYK0.60.3500.20
HSL214.63º55.16%56.27%-
HSV(B)214.63º60%80.39%-
XYZ23.0223.2561.03-
YUV126.55172.2796.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.48%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=19.48%
G=31.83%
B=48.69%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821342050.60.3500.20214.6355.1656.27
Hex5286CD3C23014d73738
Octal12220631574430243276770
Binary1010010100001101100110111110010001101010011010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5286CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5286CD; }

 p { color: rgb(82,134,205); }

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

<style>
 a { background-color: #5286CD; }

 a { background-color: rgb(82,134,205); }

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

<style>
 span { border-color: #5286CD; }

 span { border-color: rgb(82,134,205); }

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