Html Css Color HEX #585049 Rock

📋 copy color: '#585049'

red 88 ◦ green 80 ◦ blue 73

#585049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock #585049

Tints of Rock #585049

RGB

 RED value IS 88 (34.77% from 255) = 36.51%

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 36.51%
G = 33.2%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#585049 (or 0x585049) is known color: 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

RGB 88 80 73 -
CMYK 0 0.09 0.17 0.65
HSL 28º 0.09% 0.32% -
HSV(B) 28º 0.17% 0.35% -
XYZ 8.1 8.29 7.48 -
YUV 81.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 88 80 73 0 0.09 0.17 0.65 28 0.09 0.32
Hex 58 50 49 0 9 11 41 1C 9 20
Octal 130 120 111 0 11 21 101 34 11 40
Binary 1011000 1010000 1001001 0 1001 10001 1000001 11100 1001 100000

Color Harmonies of #585049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585049

Black with #585049

Text Example


Text Example

White with #585049

Text Example


Text Example

HTML Codes & Css Web 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>