#526ED1

Color #526ED1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #526ED1

Tints of Royal Blue #526ED1

Color information

#526ED1 (or 0x526ED1) is unknown color: approx Royal Blue. HEX triplet: 52, 6E and D1. RGB value is (82,110,209). Sum of RGB (Red+Green+Blue) = 82+110+209=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #526ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ED1 is #AD912E. Grayscale: #707070. Windows color (decimal): -11374895 or 13725266. OLE color: 13725266.

HSL color Cylindrical-coordinate representation of color #526ED1: hue angle of 226.77º 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 #526ED1 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82110209-
CMYK0.610.4700.18
HSL226.77º57.99%57.06%-
HSV(B)226.77º60.77%81.96%-
XYZ20.5617.5562.63-
YUV112.91182.22105.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.45%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=20.45%
G=27.43%
B=52.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821102090.610.4700.18226.7757.9957.06
Hex526ED13D2F012e33a39
Octal12215632175570223437271
Binary101001011011101101000111110110111101001011100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526ED1; }

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

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

<style>
 a { background-color: #526ED1; }

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

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

<style>
 span { border-color: #526ED1; }

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

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