#554555

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

Shades of Bossanova #554555

Tints of Bossanova #554555

Color information

#554555 (or 0x554555) is unknown color: approx Bossanova. HEX triplet: 55, 45 and 55. RGB value is (85,69,85). Sum of RGB (Red+Green+Blue) = 85+69+85=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #554555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554555 is #AABAAA. Grayscale: #4B4B4B. Windows color (decimal): -11188907 or 5588309. OLE color: 5588309.

HSL color Cylindrical-coordinate representation of color #554555: 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.19%. Process color model (Four color, CMYK) of #554555 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB856985-
CMYK00.1900.67
HSL300º10.39%30.2%-
HSV(B)300º18.82%33.33%-
XYZ7.516.849.52-
YUV75.61133.3134.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=35.56%
G=28.87%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85698500.1900.6730010.3930.2
Hex55455501304312ca1e
Octal12510512502301034541236
Binary10101011000101101010101001101000011100101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554555; }

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

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

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

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

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

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

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

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