#526ED5

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

Shades of Royal Blue #526ED5

Tints of Royal Blue #526ED5

Color information

#526ED5 (or 0x526ED5) is unknown color: approx Royal Blue. HEX triplet: 52, 6E and D5. RGB value is (82,110,213). Sum of RGB (Red+Green+Blue) = 82+110+213=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #526ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ED5 is #AD912A. Grayscale: #707070. Windows color (decimal): -11374891 or 13987410. OLE color: 13987410.

HSL color Cylindrical-coordinate representation of color #526ED5: hue angle of 227.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526ED5 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB82110213-
CMYK0.620.4800.16
HSL227.18º60.93%57.84%-
HSV(B)227.18º61.5%83.53%-
XYZ21.0717.7565.27-
YUV113.37184.22105.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 213 (83.59% from 255) = 52.59%
R=20.25%
G=27.16%
B=52.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal821102130.620.4800.16227.1860.9357.84
Hex526ED53E30010e33d3a
Octal12215632576600203437572
Binary101001011011101101010111111011000001000011100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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