#5350AE

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

Shades of Rich Blue #5350AE

Tints of Rich Blue #5350AE

Color information

#5350AE (or 0x5350AE) is unknown color: approx Rich Blue. HEX triplet: 53, 50 and AE. RGB value is (83,80,174). Sum of RGB (Red+Green+Blue) = 83+80+174=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 80 (31.64% from 255 or 23.74% 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 #5350AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5350AE is #ACAF51. Grayscale: #5B5B5B. Windows color (decimal): -11317074 or 11423827. OLE color: 11423827.

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

Color convert

RGB8380174-
CMYK0.520.5400.32
HSL241.91º37.01%49.8%-
HSV(B)241.91º54.02%68.24%-
XYZ14.0810.6341.35-
YUV91.61174.49121.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83801740.520.5400.32241.9137.0149.8
Hex5350AE3436020f22532
Octal12312025664660403624562
Binary1010011101000010101110110100110110010000011110010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5350AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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