#505EAD

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

Shades of Rich Blue #505EAD

Tints of Rich Blue #505EAD

Color information

#505EAD (or 0x505EAD) is unknown color: approx Rich Blue. HEX triplet: 50, 5E and AD. RGB value is (80,94,173). Sum of RGB (Red+Green+Blue) = 80+94+173=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #505EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505EAD is #AFA152. Grayscale: #626262. Windows color (decimal): -11510099 or 11361872. OLE color: 11361872.

HSL color Cylindrical-coordinate representation of color #505EAD: hue angle of 230.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #505EAD is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8094173-
CMYK0.540.4600.32
HSL230.97º36.76%49.61%-
HSV(B)230.97º53.76%67.84%-
XYZ14.8512.7341.21-
YUV98.82169.86114.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=23.05%
G=27.09%
B=49.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80941730.540.4600.32230.9736.7649.61
Hex505EAD362E020e72532
Octal12013625566560403474562
Binary1010000101111010101101110110101110010000011100111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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