#50364F

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

Shades of Bossanova #50364F

Tints of Bossanova #50364F

Color information

#50364F (or 0x50364F) is unknown color: approx Bossanova. HEX triplet: 50, 36 and 4F. RGB value is (80,54,79). Sum of RGB (Red+Green+Blue) = 80+54+79=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #50364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50364F is #AFC9B0. Grayscale: #404040. Windows color (decimal): -11520433 or 5191248. OLE color: 5191248.

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

Color convert

RGB805479-
CMYK00.330.010.69
HSL302.31º19.4%26.27%-
HSV(B)302.31º32.5%31.37%-
XYZ6.044.918.03-
YUV64.62136.11138.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=37.56%
G=25.35%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80547900.330.010.69302.3119.426.27
Hex50364F02114512e131a
Octal1206611704111054562332
Binary101000011011010011110100001110001011001011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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