#584958

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

Shades of Bossanova #584958

Tints of Bossanova #584958

Color information

#584958 (or 0x584958) is unknown color: approx Bossanova. HEX triplet: 58, 49 and 58. RGB value is (88,73,88). Sum of RGB (Red+Green+Blue) = 88+73+88=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #584958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584958 is #A7B6A7. Grayscale: #4F4F4F. Windows color (decimal): -10991272 or 5785944. OLE color: 5785944.

HSL color Cylindrical-coordinate representation of color #584958: hue angle of 300º 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 #584958 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB887388-
CMYK00.1700.65
HSL300º9.32%31.57%-
HSV(B)300º17.05%34.51%-
XYZ8.177.5410.26-
YUV79.19132.97134.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=35.34%
G=29.32%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88738800.1700.653009.3231.57
Hex58495801104112c920
Octal13011113002101014541140
Binary101100010010011011000010001010000011001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584958; }

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

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

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

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

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

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

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

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