#50354F

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

Shades of Bossanova #50354F

Tints of Bossanova #50354F

Color information

#50354F (or 0x50354F) is unknown color: approx Bossanova. HEX triplet: 50, 35 and 4F. RGB value is (80,53,79). Sum of RGB (Red+Green+Blue) = 80+53+79=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #50354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50354F is #AFCAB0. Grayscale: #3F3F3F. Windows color (decimal): -11520689 or 5190992. OLE color: 5190992.

HSL color Cylindrical-coordinate representation of color #50354F: hue angle of 302.22º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50354F is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB805379-
CMYK00.340.010.69
HSL302.22º20.3%26.08%-
HSV(B)302.22º33.75%31.37%-
XYZ5.994.828.01-
YUV64.04136.45139.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=37.74%
G=25%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80537900.340.010.69302.2220.326.08
Hex50354F02214512e141a
Octal1206511704211054562432
Binary101000011010110011110100010110001011001011101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50354F; }

 p { color: rgb(80,53,79); }

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

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

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

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

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

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

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