#58524F

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

Shades of Tundora #58524F

Tints of Tundora #58524F

Color information

#58524F (or 0x58524F) is unknown color: approx Tundora. HEX triplet: 58, 52 and 4F. RGB value is (88,82,79). Sum of RGB (Red+Green+Blue) = 88+82+79=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #58524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58524F is #A7ADB0. Grayscale: #535353. Windows color (decimal): -10988977 or 5198424. OLE color: 5198424.

HSL color Cylindrical-coordinate representation of color #58524F: hue angle of 20º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #58524F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB888279-
CMYK00.070.100.65
HSL20º5.39%32.75%-
HSV(B)20º10.23%34.51%-
XYZ8.458.678.63-
YUV83.45125.49131.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=35.34%
G=32.93%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88827900.070.100.65205.3932.75
Hex58524F07A4114521
Octal130122117071210124541
Binary10110001010010100111101111010100000110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58524F; }

 p { color: rgb(88,82,79); }

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

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

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

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

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

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

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