#584D58

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

Shades of Bossanova #584D58

Tints of Bossanova #584D58

Color information

#584D58 (or 0x584D58) is unknown color: approx Bossanova. HEX triplet: 58, 4D and 58. RGB value is (88,77,88). Sum of RGB (Red+Green+Blue) = 88+77+88=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #584D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D58 is #A7B2A7. Grayscale: #515151. Windows color (decimal): -10990248 or 5786968. OLE color: 5786968.

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

Color convert

RGB887788-
CMYK00.1200.65
HSL300º6.67%32.35%-
HSV(B)300º12.5%34.51%-
XYZ8.448.0910.35-
YUV81.54131.64132.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=34.78%
G=30.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88778800.1200.653006.6732.35
Hex584D580C04112c720
Octal1301151300140101454740
Binary1011000100110110110000110001000001100101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584D58; }

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

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

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

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

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

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

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

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