#5275D1

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

Shades of Havelock Blue #5275D1

Tints of Havelock Blue #5275D1

Color information

#5275D1 (or 0x5275D1) is unknown color: approx Havelock Blue. HEX triplet: 52, 75 and D1. RGB value is (82,117,209). Sum of RGB (Red+Green+Blue) = 82+117+209=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #5275D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5275D1 is #AD8A2E. Grayscale: #747474. Windows color (decimal): -11373103 or 13727058. OLE color: 13727058.

HSL color Cylindrical-coordinate representation of color #5275D1: hue angle of 223.46º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5275D1 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82117209-
CMYK0.610.4400.18
HSL223.46º57.99%57.06%-
HSV(B)223.46º60.77%81.96%-
XYZ21.3519.1262.89-
YUV117.02179.9103.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.10%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=20.10%
G=28.68%
B=51.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821172090.610.4400.18223.4657.9957.06
Hex5275D13D2C012df3a39
Octal12216532175540223377271
Binary101001011101011101000111110110110001001011011111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5275D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5275D1; }

 p { color: rgb(82,117,209); }

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

<style>
 a { background-color: #5275D1; }

 a { background-color: rgb(82,117,209); }

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

<style>
 span { border-color: #5275D1; }

 span { border-color: rgb(82,117,209); }

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