#505AAA

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

Shades of Rich Blue #505AAA

Tints of Rich Blue #505AAA

Color information

#505AAA (or 0x505AAA) is unknown color: approx Rich Blue. HEX triplet: 50, 5A and AA. RGB value is (80,90,170). Sum of RGB (Red+Green+Blue) = 80+90+170=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #505AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505AAA is #AFA555. Grayscale: #5F5F5F. Windows color (decimal): -11511126 or 11164240. OLE color: 11164240.

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

Color convert

RGB8090170-
CMYK0.530.4700.33
HSL233.33º36%49.02%-
HSV(B)233.33º52.94%66.67%-
XYZ14.2211.9239.58-
YUV96.13169.69116.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 170 (66.80% from 255) = 50%
R=23.53%
G=26.47%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80901700.530.4700.33233.333649.02
Hex505AAA352F021e92431
Octal12013225265570413514461
Binary1010000101101010101010110101101111010000111101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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