#58524E

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

Shades of Tundora #58524E

Tints of Tundora #58524E

Color information

#58524E (or 0x58524E) is unknown color: approx Tundora. HEX triplet: 58, 52 and 4E. RGB value is (88,82,78). Sum of RGB (Red+Green+Blue) = 88+82+78=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58524E is #A7ADB1. Grayscale: #535353. Windows color (decimal): -10988978 or 5132888. OLE color: 5132888.

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

Color convert

RGB888278-
CMYK00.070.110.65
HSL24º6.02%32.55%-
HSV(B)24º11.36%34.51%-
XYZ8.428.668.44-
YUV83.34124.99131.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=35.48%
G=33.06%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88827800.070.110.65246.0232.55
Hex58524E07B4118621
Octal130122116071310130641
Binary10110001010010100111001111011100000111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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