#585049

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

Shades of Rock #585049

Tints of Rock #585049

Color information

#585049 (or 0x585049) is unknown color: approx Rock. HEX triplet: 58, 50 and 49. RGB value is (88,80,73). Sum of RGB (Red+Green+Blue) = 88+80+73=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #585049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585049 is #A7AFB6. Grayscale: #515151. Windows color (decimal): -10989495 or 4804696. OLE color: 4804696.

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

Color convert

RGB888073-
CMYK00.090.170.65
HSL28º9.32%31.57%-
HSV(B)28º17.05%34.51%-
XYZ8.18.297.48-
YUV81.59123.15132.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=36.51%
G=33.20%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88807300.090.170.65289.3231.57
Hex5850490911411c920
Octal13012011101121101341140
Binary10110001010000100100101001100011000001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585049; }

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

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

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

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

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

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

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

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