#525EAE

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

Shades of Rich Blue #525EAE

Tints of Rich Blue #525EAE

Color information

#525EAE (or 0x525EAE) is unknown color: approx Rich Blue. HEX triplet: 52, 5E and AE. RGB value is (82,94,174). Sum of RGB (Red+Green+Blue) = 82+94+174=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #525EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525EAE is #ADA151. Grayscale: #636363. Windows color (decimal): -11379026 or 11427410. OLE color: 11427410.

HSL color Cylindrical-coordinate representation of color #525EAE: hue angle of 232.17º 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 #525EAE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8294174-
CMYK0.530.4600.32
HSL232.17º36.22%50.2%-
HSV(B)232.17º52.87%68.24%-
XYZ15.1212.8641.73-
YUV99.53170.02115.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=23.43%
G=26.86%
B=49.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82941740.530.4600.32232.1736.2250.2
Hex525EAE352E020e82432
Octal12213625665560403504462
Binary1010010101111010101110110101101110010000011101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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