#525AAA

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

Shades of Rich Blue #525AAA

Tints of Rich Blue #525AAA

Color information

#525AAA (or 0x525AAA) is unknown color: approx Rich Blue. HEX triplet: 52, 5A and AA. RGB value is (82,90,170). Sum of RGB (Red+Green+Blue) = 82+90+170=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #525AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525AAA is #ADA555. Grayscale: #606060. Windows color (decimal): -11380054 or 11164242. OLE color: 11164242.

HSL color Cylindrical-coordinate representation of color #525AAA: hue angle of 234.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525AAA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8290170-
CMYK0.520.4700.33
HSL234.55º34.92%49.41%-
HSV(B)234.55º51.76%66.67%-
XYZ14.3912.0139.59-
YUV96.73169.35117.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=23.98%
G=26.32%
B=49.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82901700.520.4700.33234.5534.9249.41
Hex525AAA342F021eb2331
Octal12213225264570413534361
Binary1010010101101010101010110100101111010000111101011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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