#58514D

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

Shades of Tundora #58514D

Tints of Tundora #58514D

Color information

#58514D (or 0x58514D) is unknown color: approx Tundora. HEX triplet: 58, 51 and 4D. RGB value is (88,81,77). Sum of RGB (Red+Green+Blue) = 88+81+77=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 88 - color contains mainly: red. Hex color #58514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58514D is #A7AEB2. Grayscale: #525252. Windows color (decimal): -10989235 or 5067096. OLE color: 5067096.

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

Color convert

RGB888177-
CMYK00.080.120.65
HSL21.82º6.67%32.35%-
HSV(B)21.82º12.5%34.51%-
XYZ8.318.58.22-
YUV82.64124.82131.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=35.77%
G=32.93%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88817700.080.120.6521.826.6732.35
Hex58514D08C4116720
Octal1301211150101410126740
Binary101100010100011001101010001100100000110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58514D; }

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

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

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

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

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

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

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

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