#503850

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

Shades of Bossanova #503850

Tints of Bossanova #503850

Color information

#503850 (or 0x503850) is unknown color: approx Bossanova. HEX triplet: 50, 38 and 50. RGB value is (80,56,80). Sum of RGB (Red+Green+Blue) = 80+56+80=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503850 is #AFC7AF. Grayscale: #414141. Windows color (decimal): -11519920 or 5257296. OLE color: 5257296.

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

Color convert

RGB805680-
CMYK00.3000.69
HSL300º17.65%26.67%-
HSV(B)300º30%31.37%-
XYZ6.175.118.25-
YUV65.91135.95138.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=37.04%
G=25.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80568000.3000.6930017.6526.67
Hex50385001E04512c121b
Octal1207012003601054542233
Binary10100001110001010000011110010001011001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503850; }

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

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

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

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

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

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

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

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