#503955

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

Shades of Bossanova #503955

Tints of Bossanova #503955

Color information

#503955 (or 0x503955) is unknown color: approx Bossanova. HEX triplet: 50, 39 and 55. RGB value is (80,57,85). Sum of RGB (Red+Green+Blue) = 80+57+85=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #503955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503955 is #AFC6AA. Grayscale: #424242. Windows color (decimal): -11519659 or 5585232. OLE color: 5585232.

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

Color convert

RGB805785-
CMYK0.060.3300.67
HSL289.29º19.72%27.84%-
HSV(B)289.29º32.94%33.33%-
XYZ6.415.299.28-
YUV67.07138.12137.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=36.04%
G=25.68%
B=38.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8057850.060.3300.67289.2919.7227.84
Hex503955621043121141c
Octal1207112564101034412434
Binary10100001110011010101110100001010000111001000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503955; }

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

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

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

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

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

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

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

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