#58504D

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

Shades of Tundora #58504D

Tints of Tundora #58504D

Color information

#58504D (or 0x58504D) is unknown color: approx Tundora. HEX triplet: 58, 50 and 4D. RGB value is (88,80,77). Sum of RGB (Red+Green+Blue) = 88+80+77=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #58504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58504D is #A7AFB2. Grayscale: #525252. Windows color (decimal): -10989491 or 5066840. OLE color: 5066840.

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

Color convert

RGB888077-
CMYK00.090.120.65
HSL16.36º6.67%32.35%-
HSV(B)16.36º12.5%34.51%-
XYZ8.238.358.2-
YUV82.05125.15132.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=35.92%
G=32.65%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88807700.090.120.6516.366.6732.35
Hex58504D09C4110720
Octal1301201150111410120740
Binary101100010100001001101010011100100000110000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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