#58664E

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

Shades of Tom Thumb #58664E

Tints of Tom Thumb #58664E

Color information

#58664E (or 0x58664E) is unknown color: approx Tom Thumb. HEX triplet: 58, 66 and 4E. RGB value is (88,102,78). Sum of RGB (Red+Green+Blue) = 88+102+78=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #58664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58664E is #A799B1. Grayscale: #5F5F5F. Windows color (decimal): -10983858 or 5138008. OLE color: 5138008.

HSL color Cylindrical-coordinate representation of color #58664E: hue angle of 95º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58664E is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB8810278-
CMYK0.1400.240.6
HSL95º13.33%35.29%-
HSV(B)95º23.53%40%-
XYZ10.1512.139.01-
YUV95.08118.36122.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=32.84%
G=38.06%
B=29.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88102780.1400.240.69513.3335.29
Hex58664EE0183C5fd23
Octal13014611616030741371543
Binary101100011001101001110111001100011110010111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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