#503C50

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

Shades of Bossanova #503C50

Tints of Bossanova #503C50

Color information

#503C50 (or 0x503C50) is unknown color: approx Bossanova. HEX triplet: 50, 3C and 50. RGB value is (80,60,80). Sum of RGB (Red+Green+Blue) = 80+60+80=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C50 is #AFC3AF. Grayscale: #444444. Windows color (decimal): -11518896 or 5258320. OLE color: 5258320.

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

Color convert

RGB806080-
CMYK00.2500.69
HSL300º14.29%27.45%-
HSV(B)300º25%31.37%-
XYZ6.375.528.32-
YUV68.26134.63136.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80608000.2500.6930014.2927.45
Hex503C5001904512ce1b
Octal1207412003101054541633
Binary1010000111100101000001100101000101100101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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