#50374F

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

Shades of Bossanova #50374F

Tints of Bossanova #50374F

Color information

#50374F (or 0x50374F) is unknown color: approx Bossanova. HEX triplet: 50, 37 and 4F. RGB value is (80,55,79). Sum of RGB (Red+Green+Blue) = 80+55+79=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #50374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50374F is #AFC8B0. Grayscale: #414141. Windows color (decimal): -11520177 or 5191504. OLE color: 5191504.

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

Color convert

RGB805579-
CMYK00.310.010.69
HSL302.4º18.52%26.47%-
HSV(B)302.4º31.25%31.37%-
XYZ6.0958.04-
YUV65.21135.78138.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=37.38%
G=25.70%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80557900.310.010.69302.418.5226.47
Hex50374F01F14512e131a
Octal1206711703711054562332
Binary10100001101111001111011111110001011001011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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