#505EAF

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

Shades of Rich Blue #505EAF

Tints of Rich Blue #505EAF

Color information

#505EAF (or 0x505EAF) is unknown color: approx Rich Blue. HEX triplet: 50, 5E and AF. RGB value is (80,94,175). Sum of RGB (Red+Green+Blue) = 80+94+175=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #505EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505EAF is #AFA150. Grayscale: #626262. Windows color (decimal): -11510097 or 11492944. OLE color: 11492944.

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

Color convert

RGB8094175-
CMYK0.540.4600.31
HSL231.16º37.25%50%-
HSV(B)231.16º54.29%68.63%-
XYZ15.0512.8142.24-
YUV99.05170.86114.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=22.92%
G=26.93%
B=50.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80941750.540.4600.31231.1637.2550
Hex505EAF362E01Fe72532
Octal12013625766560373474562
Binary101000010111101010111111011010111001111111100111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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