#525AE3

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

Shades of Royal Blue #525AE3

Tints of Royal Blue #525AE3

Color information

#525AE3 (or 0x525AE3) is unknown color: approx Royal Blue. HEX triplet: 52, 5A and E3. RGB value is (82,90,227). Sum of RGB (Red+Green+Blue) = 82+90+227=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #525AE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AE3 is #ADA51C. Grayscale: #666666. Windows color (decimal): -11379997 or 14899794. OLE color: 14899794.

HSL color Cylindrical-coordinate representation of color #525AE3: hue angle of 236.69º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #525AE3 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8290227-
CMYK0.640.6000.11
HSL236.69º72.14%60.59%-
HSV(B)236.69º63.88%89.02%-
XYZ2114.6574.39-
YUV103.23197.85112.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 227 (89.06% from 255) = 56.89%
R=20.55%
G=22.56%
B=56.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal82902270.640.6000.11236.6972.1460.59
Hex525AE3403C0Bed483d
Octal1221323431007401335511075
Binary1010010101101011100011100000011110001011111011011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525AE3; }

 p { color: rgb(82,90,227); }

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

<style>
 a { background-color: #525AE3; }

 a { background-color: rgb(82,90,227); }

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

<style>
 span { border-color: #525AE3; }

 span { border-color: rgb(82,90,227); }

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