#553855

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

Shades of Bossanova #553855

Tints of Bossanova #553855

Color information

#553855 (or 0x553855) is unknown color: approx Bossanova. HEX triplet: 55, 38 and 55. RGB value is (85,56,85). Sum of RGB (Red+Green+Blue) = 85+56+85=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #553855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553855 is #AAC7AA. Grayscale: #434343. Windows color (decimal): -11192235 or 5584981. OLE color: 5584981.

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

Color convert

RGB855685-
CMYK00.3400.67
HSL300º20.57%27.65%-
HSV(B)300º34.12%33.33%-
XYZ6.85.429.28-
YUV67.98137.61140.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=37.61%
G=24.78%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85568500.3400.6730020.5727.65
Hex55385502204312c151c
Octal1257012504201034542534
Binary101010111100010101010100010010000111001011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553855; }

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

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

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

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

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

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

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

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