Html Css Color HEX #556A4A Tom Thumb

📋 copy color: '#556A4A'

red 85 ◦ green 106 ◦ blue 74

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

Shades of Tom Thumb #556A4A

Tints of Tom Thumb #556A4A

RGB

 RED value IS 85 (33.59% from 255) = 32.08%

 GREEN value IS 106 (41.8% from 255) = 40%

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 32.08%
G = 40%
B = 27.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#556A4A (or 0x556A4A) is known color: Tom Thumb. HEX triplet: 55, 6A and 4A. RGB value is (85,106,74). Sum of RGB (Red+Green+Blue) = 85+106+74=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #556A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556A4A is #AA95B5. Grayscale: #606060. Windows color (decimal): -11179446 or 4876885. OLE color: 4876885.

HSL color Cylindrical-coordinate representation of color #556A4A: hue angle of 99.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556A4A is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 106 74 -
CMYK 0.20 0 0.30 0.58
HSL 99.38º 0.18% 0.35% -
HSV(B) 99.38º 0.3% 0.42% -
XYZ 10.14 12.73 8.4 -
YUV 96.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 85 106 74 0.20 0 0.30 0.58 99.38 0.18 0.35
Hex 55 6A 4A 14 0 1E 3A 63 12 23
Octal 125 152 112 24 0 36 72 143 22 43
Binary 1010101 1101010 1001010 10100 0 11110 111010 1100011 10010 100011

Color Harmonies of #556A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A4A

Black with #556A4A

Text Example


Text Example

White with #556A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556A4A; }

 p { color: rgb(85,106,74); }

 H1.HeaderClassName
 {
   color: #556A4A;
 }
 .AnyTagClassName
 {
   color: #556A4A;
 }
</style>

background-color css

<style>
 a { background-color: #556A4A; }

 a { background-color: rgb(85,106,74); }

 div.DivClassName
 {
   background-color: #556A4A;
 }
 .BgClassName
 {
   background-color: #556A4A;
 }
</style>

border-color css

<style>
 span { border-color: #556A4A; }

 span { border-color: rgb(85,106,74); }

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