#525DAE

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

Shades of Rich Blue #525DAE

Tints of Rich Blue #525DAE

Color information

#525DAE (or 0x525DAE) is unknown color: approx Rich Blue. HEX triplet: 52, 5D and AE. RGB value is (82,93,174). Sum of RGB (Red+Green+Blue) = 82+93+174=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #525DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DAE is #ADA251. Grayscale: #626262. Windows color (decimal): -11379282 or 11427154. OLE color: 11427154.

HSL color Cylindrical-coordinate representation of color #525DAE: hue angle of 232.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #525DAE is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8293174-
CMYK0.530.4700.32
HSL232.83º36.22%50.2%-
HSV(B)232.83º52.87%68.24%-
XYZ15.0312.6841.7-
YUV98.94170.36115.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=23.50%
G=26.65%
B=49.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82931740.530.4700.32232.8336.2250.2
Hex525DAE352F020e92432
Octal12213525665570403514462
Binary1010010101110110101110110101101111010000011101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,93,174); }

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

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

 a { background-color: rgb(82,93,174); }

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

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

 span { border-color: rgb(82,93,174); }

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