#525BAA

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

Shades of Rich Blue #525BAA

Tints of Rich Blue #525BAA

Color information

#525BAA (or 0x525BAA) is unknown color: approx Rich Blue. HEX triplet: 52, 5B and AA. RGB value is (82,91,170). Sum of RGB (Red+Green+Blue) = 82+91+170=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #525BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525BAA is #ADA455. Grayscale: #606060. Windows color (decimal): -11379798 or 11164498. OLE color: 11164498.

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

Color convert

RGB8291170-
CMYK0.520.4600.33
HSL233.86º34.92%49.41%-
HSV(B)233.86º51.76%66.67%-
XYZ14.4812.1839.62-
YUV97.32169.02117.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=23.91%
G=26.53%
B=49.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82911700.520.4600.33233.8634.9249.41
Hex525BAA342E021ea2331
Octal12213325264560413524361
Binary1010010101101110101010110100101110010000111101010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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