#504150

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

Shades of Bossanova #504150

Tints of Bossanova #504150

Color information

#504150 (or 0x504150) is unknown color: approx Bossanova. HEX triplet: 50, 41 and 50. RGB value is (80,65,80). Sum of RGB (Red+Green+Blue) = 80+65+80=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #504150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504150 is #AFBEAF. Grayscale: #474747. Windows color (decimal): -11517616 or 5259600. OLE color: 5259600.

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

Color convert

RGB806580-
CMYK00.1900.69
HSL300º10.34%28.43%-
HSV(B)300º18.75%31.37%-
XYZ6.656.078.41-
YUV71.2132.97134.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=35.56%
G=28.89%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80658000.1900.6930010.3428.43
Hex50415001304512ca1c
Octal12010112002301054541234
Binary10100001000001101000001001101000101100101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504150; }

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

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

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

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

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

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

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

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