#525AA6

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

Shades of Rich Blue #525AA6

Tints of Rich Blue #525AA6

Color information

#525AA6 (or 0x525AA6) is unknown color: approx Rich Blue. HEX triplet: 52, 5A and A6. RGB value is (82,90,166). Sum of RGB (Red+Green+Blue) = 82+90+166=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #525AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525AA6 is #ADA559. Grayscale: #5F5F5F. Windows color (decimal): -11380058 or 10902098. OLE color: 10902098.

HSL color Cylindrical-coordinate representation of color #525AA6: hue angle of 234.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #525AA6 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8290166-
CMYK0.510.4600.35
HSL234.29º33.87%48.63%-
HSV(B)234.29º50.6%65.1%-
XYZ14.0211.8637.63-
YUV96.27167.35117.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 166 (65.23% from 255) = 49.11%
R=24.26%
G=26.63%
B=49.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82901660.510.4600.35234.2933.8748.63
Hex525AA6332E023ea2231
Octal12213224663560433524261
Binary1010010101101010100110110011101110010001111101010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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