#526AE1

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

Shades of Royal Blue #526AE1

Tints of Royal Blue #526AE1

Color information

#526AE1 (or 0x526AE1) is unknown color: approx Royal Blue. HEX triplet: 52, 6A and E1. RGB value is (82,106,225). Sum of RGB (Red+Green+Blue) = 82+106+225=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #526AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526AE1 is #AD951E. Grayscale: #6F6F6F. Windows color (decimal): -11375903 or 14772818. OLE color: 14772818.

HSL color Cylindrical-coordinate representation of color #526AE1: hue angle of 229.93º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #526AE1 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82106225-
CMYK0.640.5300.12
HSL229.93º70.44%60.2%-
HSV(B)229.93º63.56%88.24%-
XYZ22.2217.5473.45-
YUV112.39191.55106.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.85%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=19.85%
G=25.67%
B=54.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821062250.640.5300.12229.9370.4460.2
Hex526AE140350Ce6463c
Octal1221523411006501434610674
Binary1010010110101011100001100000011010101100111001101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,225); }

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

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

 a { background-color: rgb(82,106,225); }

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

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

 span { border-color: rgb(82,106,225); }

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