#505DAA

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

Shades of Rich Blue #505DAA

Tints of Rich Blue #505DAA

Color information

#505DAA (or 0x505DAA) is unknown color: approx Rich Blue. HEX triplet: 50, 5D and AA. RGB value is (80,93,170). Sum of RGB (Red+Green+Blue) = 80+93+170=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 93 (36.72% from 255 or 27.11% 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 #505DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505DAA is #AFA255. Grayscale: #616161. Windows color (decimal): -11510358 or 11165008. OLE color: 11165008.

HSL color Cylindrical-coordinate representation of color #505DAA: hue angle of 231.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 #505DAA is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8093170-
CMYK0.530.4500.33
HSL231.33º36%49.02%-
HSV(B)231.33º52.94%66.67%-
XYZ14.4812.4439.67-
YUV97.89168.69115.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 93 (36.72% from 255) = 27.11%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=23.32%
G=27.11%
B=49.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80931700.530.4500.33231.333649.02
Hex505DAA352D021e72431
Octal12013525265550413474461
Binary1010000101110110101010110101101101010000111100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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