#505EAA

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

Shades of Rich Blue #505EAA

Tints of Rich Blue #505EAA

Color information

#505EAA (or 0x505EAA) is unknown color: approx Rich Blue. HEX triplet: 50, 5E and AA. RGB value is (80,94,170). Sum of RGB (Red+Green+Blue) = 80+94+170=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #505EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505EAA is #AFA155. Grayscale: #626262. Windows color (decimal): -11510102 or 11165264. OLE color: 11165264.

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

Color convert

RGB8094170-
CMYK0.530.4500.33
HSL230.67º36%49.02%-
HSV(B)230.67º52.94%66.67%-
XYZ14.5712.6139.7-
YUV98.48168.36114.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=23.26%
G=27.33%
B=49.42%

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
Decimal80941700.530.4500.33230.673649.02
Hex505EAA352D021e72431
Octal12013625265550413474461
Binary1010000101111010101010110101101101010000111100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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