#5051AE

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

Shades of Rich Blue #5051AE

Tints of Rich Blue #5051AE

Color information

#5051AE (or 0x5051AE) is unknown color: approx Rich Blue. HEX triplet: 50, 51 and AE. RGB value is (80,81,174). Sum of RGB (Red+Green+Blue) = 80+81+174=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #5051AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5051AE is #AFAE51. Grayscale: #5A5A5A. Windows color (decimal): -11513426 or 11424080. OLE color: 11424080.

HSL color Cylindrical-coordinate representation of color #5051AE: hue angle of 239.36º 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 #5051AE is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8081174-
CMYK0.540.5300.32
HSL239.36º37.01%49.8%-
HSV(B)239.36º54.02%68.24%-
XYZ13.8910.6541.37-
YUV91.3174.67119.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=23.88%
G=24.18%
B=51.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80811740.540.5300.32239.3637.0149.8
Hex5051AE3635020ef2532
Octal12012125666650403574562
Binary1010000101000110101110110110110101010000011101111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5051AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5051AE; }

 p { color: rgb(80,81,174); }

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

<style>
 a { background-color: #5051AE; }

 a { background-color: rgb(80,81,174); }

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

<style>
 span { border-color: #5051AE; }

 span { border-color: rgb(80,81,174); }

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