Html Css Color HEX #58654F Tom Thumb

📋 copy color: '#58654F'

red 88 ◦ green 101 ◦ blue 79

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

Shades of Tom Thumb #58654F

Tints of Tom Thumb #58654F

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 value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#58654F (or 0x58654F) is known color: 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

RGB 88 101 79 -
CMYK 0.13 0 0.22 0.60
HSL 95.45º 0.12% 0.35% -
HSV(B) 95.45º 0.22% 0.4% -
XYZ 10.09 11.95 9.17 -
YUV 94.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 88 101 79 0.13 0 0.22 0.60 95.45 0.12 0.35
Hex 58 65 4F D 0 16 3C 5F C 23
Octal 130 145 117 15 0 26 74 137 14 43
Binary 1011000 1100101 1001111 1101 0 10110 111100 1011111 1100 100011

Color Harmonies of #58654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58654F

Black with #58654F

Text Example


Text Example

White with #58654F

Text Example


Text Example

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