#5053AE

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

Shades of Rich Blue #5053AE

Tints of Rich Blue #5053AE

Color information

#5053AE (or 0x5053AE) is unknown color: approx Rich Blue. HEX triplet: 50, 53 and AE. RGB value is (80,83,174). Sum of RGB (Red+Green+Blue) = 80+83+174=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #5053AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5053AE is #AFAC51. Grayscale: #5C5C5C. Windows color (decimal): -11512914 or 11424592. OLE color: 11424592.

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

Color convert

RGB8083174-
CMYK0.540.5200.32
HSL238.09º37.01%49.8%-
HSV(B)238.09º54.02%68.24%-
XYZ14.0410.9541.42-
YUV92.48174.01119.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=23.74%
G=24.63%
B=51.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80831740.540.5200.32238.0937.0149.8
Hex5053AE3634020ee2532
Octal12012325666640403564562
Binary1010000101001110101110110110110100010000011101110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5053AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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