#503956

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

Shades of Bossanova #503956

Tints of Bossanova #503956

Color information

#503956 (or 0x503956) is unknown color: approx Bossanova. HEX triplet: 50, 39 and 56. RGB value is (80,57,86). Sum of RGB (Red+Green+Blue) = 80+57+86=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #503956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503956 is #AFC6A9. Grayscale: #434343. Windows color (decimal): -11519658 or 5650768. OLE color: 5650768.

HSL color Cylindrical-coordinate representation of color #503956: hue angle of 287.59º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503956 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB805786-
CMYK0.070.3400.66
HSL287.59º20.28%28.04%-
HSV(B)287.59º33.72%33.73%-
XYZ6.455.39.49-
YUV67.18138.62137.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=35.87%
G=25.56%
B=38.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8057860.070.3400.66287.5920.2828.04
Hex503956722042120141c
Octal1207112674201024402434
Binary10100001110011010110111100010010000101001000001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503956; }

 p { color: rgb(80,57,86); }

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

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

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

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

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

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

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