#554455

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

Shades of Bossanova #554455

Tints of Bossanova #554455

Color information

#554455 (or 0x554455) is unknown color: approx Bossanova. HEX triplet: 55, 44 and 55. RGB value is (85,68,85). Sum of RGB (Red+Green+Blue) = 85+68+85=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #554455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554455 is #AABBAA. Grayscale: #4A4A4A. Windows color (decimal): -11189163 or 5588053. OLE color: 5588053.

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

Color convert

RGB856885-
CMYK00.2000.67
HSL300º11.11%30%-
HSV(B)300º20%33.33%-
XYZ7.456.729.5-
YUV75.02133.63135.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=35.71%
G=28.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85688500.2000.6730011.1130
Hex55445501404312cb1e
Octal12510412502401034541336
Binary10101011000100101010101010001000011100101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554455; }

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

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

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

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

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

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

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

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