#554958

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

Shades of Bossanova #554958

Tints of Bossanova #554958

Color information

#554958 (or 0x554958) is unknown color: approx Bossanova. HEX triplet: 55, 49 and 58. RGB value is (85,73,88). Sum of RGB (Red+Green+Blue) = 85+73+88=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #554958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554958 is #AAB6A7. Grayscale: #4E4E4E. Windows color (decimal): -11187880 or 5785941. OLE color: 5785941.

HSL color Cylindrical-coordinate representation of color #554958: hue angle of 288º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #554958 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB857388-
CMYK0.030.1700.65
HSL288º9.32%31.57%-
HSV(B)288º17.05%34.51%-
XYZ7.897.410.25-
YUV78.3133.48132.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=34.55%
G=29.67%
B=35.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8573880.030.1700.652889.3231.57
Hex554958311041120920
Octal12511113032101014401140
Binary1010101100100110110001110001010000011001000001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554958; }

 p { color: rgb(85,73,88); }

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

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

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

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

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

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

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