Html Css Color HEX #58664E Tom Thumb

📋 copy color: '#58664E'

red 88 ◦ green 102 ◦ blue 78

#58664E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #58664E

Tints of Tom Thumb #58664E

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.1%

R = 32.84%
G = 38.06%
B = 29.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#58664E (or 0x58664E) is known color: 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

RGB 88 102 78 -
CMYK 0.14 0 0.24 0.6
HSL 95º 0.13% 0.35% -
HSV(B) 95º 0.24% 0.4% -
XYZ 10.15 12.13 9.01 -
YUV 95.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 88 102 78 0.14 0 0.24 0.6 95 0.13 0.35
Hex 58 66 4E E 0 18 3C 5F D 23
Octal 130 146 116 16 0 30 74 137 15 43
Binary 1011000 1100110 1001110 1110 0 11000 111100 1011111 1101 100011

Color Harmonies of #58664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58664E

Black with #58664E

Text Example


Text Example

White with #58664E

Text Example


Text Example

HTML Codes & Css Web 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>