#526DD1

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

Shades of Royal Blue #526DD1

Tints of Royal Blue #526DD1

Color information

#526DD1 (or 0x526DD1) is unknown color: approx Royal Blue. HEX triplet: 52, 6D and D1. RGB value is (82,109,209). Sum of RGB (Red+Green+Blue) = 82+109+209=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #526DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DD1 is #AD922E. Grayscale: #6F6F6F. Windows color (decimal): -11375151 or 13725010. OLE color: 13725010.

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

Color convert

RGB82109209-
CMYK0.610.4800.18
HSL227.24º57.99%57.06%-
HSV(B)227.24º60.77%81.96%-
XYZ20.4617.3362.59-
YUV112.33182.55106.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 209 (82.03% from 255) = 52.25%
R=20.5%
G=27.25%
B=52.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821092090.610.4800.18227.2457.9957.06
Hex526DD13D30012e33a39
Octal12215532175600223437271
Binary101001011011011101000111110111000001001011100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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