#553955

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

Shades of Bossanova #553955

Tints of Bossanova #553955

Color information

#553955 (or 0x553955) is unknown color: approx Bossanova. HEX triplet: 55, 39 and 55. RGB value is (85,57,85). Sum of RGB (Red+Green+Blue) = 85+57+85=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #553955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553955 is #AAC6AA. Grayscale: #444444. Windows color (decimal): -11191979 or 5585237. OLE color: 5585237.

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

Color convert

RGB855785-
CMYK00.3300.67
HSL300º19.72%27.84%-
HSV(B)300º32.94%33.33%-
XYZ6.855.519.3-
YUV68.56137.28139.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=37.44%
G=25.11%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85578500.3300.6730019.7227.84
Hex55395502104312c141c
Octal1257112504101034542434
Binary101010111100110101010100001010000111001011001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553955; }

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

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

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

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

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

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

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

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