#505EAC

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

Shades of Rich Blue #505EAC

Tints of Rich Blue #505EAC

Color information

#505EAC (or 0x505EAC) is unknown color: approx Rich Blue. HEX triplet: 50, 5E and AC. RGB value is (80,94,172). Sum of RGB (Red+Green+Blue) = 80+94+172=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #505EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505EAC is #AFA153. Grayscale: #626262. Windows color (decimal): -11510100 or 11296336. OLE color: 11296336.

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

Color convert

RGB8094172-
CMYK0.530.4500.33
HSL230.87º36.51%49.41%-
HSV(B)230.87º53.49%67.45%-
XYZ14.7612.6940.7-
YUV98.71169.36114.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=23.12%
G=27.17%
B=49.71%

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
Decimal80941720.530.4500.33230.8736.5149.41
Hex505EAC352D021e72531
Octal12013625465550413474561
Binary1010000101111010101100110101101101010000111100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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