#58514F

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

Shades of Tundora #58514F

Tints of Tundora #58514F

Color information

#58514F (or 0x58514F) is unknown color: approx Tundora. HEX triplet: 58, 51 and 4F. RGB value is (88,81,79). Sum of RGB (Red+Green+Blue) = 88+81+79=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58514F is #A7AEB0. Grayscale: #525252. Windows color (decimal): -10989233 or 5198168. OLE color: 5198168.

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

Color convert

RGB888179-
CMYK00.080.100.65
HSL13.33º5.39%32.75%-
HSV(B)13.33º10.23%34.51%-
XYZ8.388.528.6-
YUV82.86125.82131.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=35.48%
G=32.66%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88817900.080.100.6513.335.3932.75
Hex58514F08A41d521
Octal1301211170101210115541
Binary10110001010001100111101000101010000011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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