#554655

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

Shades of Bossanova #554655

Tints of Bossanova #554655

Color information

#554655 (or 0x554655) is unknown color: approx Bossanova. HEX triplet: 55, 46 and 55. RGB value is (85,70,85). Sum of RGB (Red+Green+Blue) = 85+70+85=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #554655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554655 is #AAB9AA. Grayscale: #4C4C4C. Windows color (decimal): -11188651 or 5588565. OLE color: 5588565.

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

Color convert

RGB857085-
CMYK00.1800.67
HSL300º9.68%30.39%-
HSV(B)300º17.65%33.33%-
XYZ7.586.979.54-
YUV76.19132.97134.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=35.42%
G=29.17%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85708500.1800.673009.6830.39
Hex55465501204312ca1e
Octal12510612502201034541236
Binary10101011000110101010101001001000011100101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554655; }

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

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

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

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

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

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

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

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