#527ED9

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

Shades of Havelock Blue #527ED9

Tints of Havelock Blue #527ED9

Color information

#527ED9 (or 0x527ED9) is unknown color: approx Havelock Blue. HEX triplet: 52, 7E and D9. RGB value is (82,126,217). Sum of RGB (Red+Green+Blue) = 82+126+217=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #527ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ED9 is #AD8126. Grayscale: #7A7A7A. Windows color (decimal): -11370791 or 14253650. OLE color: 14253650.

HSL color Cylindrical-coordinate representation of color #527ED9: hue angle of 220.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #527ED9 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB82126217-
CMYK0.620.4200.15
HSL220.44º63.98%58.63%-
HSV(B)220.44º62.21%85.1%-
XYZ23.4621.7368.6-
YUV123.22180.9298.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 217 (85.16% from 255) = 51.06%
R=19.29%
G=29.65%
B=51.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal821262170.620.4200.15220.4463.9858.63
Hex527ED93E2A0Fdc403b
Octal122176331765201733410073
Binary101001011111101101100111111010101001111110111001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527ED9; }

 p { color: rgb(82,126,217); }

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

<style>
 a { background-color: #527ED9; }

 a { background-color: rgb(82,126,217); }

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

<style>
 span { border-color: #527ED9; }

 span { border-color: rgb(82,126,217); }

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