#503A50

Color #503A50 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #503A50

Tints of Bossanova #503A50

Color information

#503A50 (or 0x503A50) is unknown color: approx Bossanova. HEX triplet: 50, 3A and 50. RGB value is (80,58,80). Sum of RGB (Red+Green+Blue) = 80+58+80=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A50 is #AFC5AF. Grayscale: #434343. Windows color (decimal): -11519408 or 5257808. OLE color: 5257808.

HSL color Cylindrical-coordinate representation of color #503A50: hue angle of 300º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #503A50 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB805880-
CMYK00.2800.69
HSL300º15.94%27.06%-
HSV(B)300º27.5%31.37%-
XYZ6.275.318.28-
YUV67.09135.29137.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=36.70%
G=26.61%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80588000.2800.6930015.9427.06
Hex503A5001C04512c101b
Octal1207212003401054542033
Binary10100001110101010000011100010001011001011001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503A50; }

 p { color: rgb(80,58,80); }

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

<style>
 a { background-color: #503A50; }

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

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

<style>
 span { border-color: #503A50; }

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

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