#525CE1

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

Shades of Royal Blue #525CE1

Tints of Royal Blue #525CE1

Color information

#525CE1 (or 0x525CE1) is unknown color: approx Royal Blue. HEX triplet: 52, 5C and E1. RGB value is (82,92,225). Sum of RGB (Red+Green+Blue) = 82+92+225=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 225 (88.28% from 255 or 56.39% from 399); Max value from RGB is 225 - color contains mainly: blue. Hex color #525CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CE1 is #ADA31E. Grayscale: #676767. Windows color (decimal): -11379487 or 14769234. OLE color: 14769234.

HSL color Cylindrical-coordinate representation of color #525CE1: hue angle of 235.8º 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 #525CE1 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8292225-
CMYK0.640.5900.12
HSL235.8º70.44%60.2%-
HSV(B)235.8º63.56%88.24%-
XYZ20.914.8873.01-
YUV104.17196.19112.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 225 (88.28% from 255) = 56.39%
R=20.55%
G=23.06%
B=56.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82922250.640.5900.12235.870.4460.2
Hex525CE1403B0Cec463c
Octal1221343411007301435410674
Binary1010010101110011100001100000011101101100111011001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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