#503650

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

Shades of Bossanova #503650

Tints of Bossanova #503650

Color information

#503650 (or 0x503650) is unknown color: approx Bossanova. HEX triplet: 50, 36 and 50. RGB value is (80,54,80). Sum of RGB (Red+Green+Blue) = 80+54+80=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503650 is #AFC9AF. Grayscale: #404040. Windows color (decimal): -11520432 or 5256784. OLE color: 5256784.

HSL color Cylindrical-coordinate representation of color #503650: hue angle of 300º 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 #503650 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB805480-
CMYK00.3300.69
HSL300º19.4%26.27%-
HSV(B)300º32.5%31.37%-
XYZ6.084.928.22-
YUV64.74136.61138.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=37.38%
G=25.23%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80548000.3300.6930019.426.27
Hex50365002104512c131a
Octal1206612004101054542332
Binary101000011011010100000100001010001011001011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503650; }

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

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

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

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

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

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

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

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