#525cdf

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

Shades of Royal Blue #525CDF

Tints of Royal Blue #525CDF

Color information

#525CDF (or 0x525CDF) is unknown color: approx Royal Blue. HEX triplet: 52, 5C and DF. RGB value is (82,92,223). Sum of RGB (Red+Green+Blue) = 82+92+223=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #525CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CDF is #ADA320. Grayscale: #676767. Windows color (decimal): -11379489 or 14638162. OLE color: 14638162.

HSL color Cylindrical-coordinate representation of color #525CDF: hue angle of 235.74º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525CDF is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8292223-
CMYK0.630.5900.13
HSL235.74º68.78%59.8%-
HSV(B)235.74º63.23%87.45%-
XYZ20.6314.7871.58-
YUV103.94195.19112.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 223 (87.5% from 255) = 56.17%
R=20.65%
G=23.17%
B=56.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82922230.630.5900.13235.7468.7859.8
Hex525CDF3F3B0Dec453c
Octal122134337777301535410574
Binary101001010111001101111111111111101101101111011001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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