#58654F

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

Shades of Tom Thumb #58654F

Tints of Tom Thumb #58654F

Color information

#58654F (or 0x58654F) is unknown color: approx Tom Thumb. HEX triplet: 58, 65 and 4F. RGB value is (88,101,79). Sum of RGB (Red+Green+Blue) = 88+101+79=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #58654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58654F is #A79AB0. Grayscale: #5E5E5E. Windows color (decimal): -10984113 or 5203288. OLE color: 5203288.

HSL color Cylindrical-coordinate representation of color #58654F: hue angle of 95.45º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #58654F is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB8810179-
CMYK0.1300.220.60
HSL95.45º12.22%35.29%-
HSV(B)95.45º21.78%39.61%-
XYZ10.0911.959.17-
YUV94.6119.19123.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=32.84%
G=37.69%
B=29.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101790.1300.220.6095.4512.2235.29
Hex58654FD0163C5fc23
Octal13014511715026741371443
Binary101100011001011001111110101011011110010111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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