Html Css Color HEX #556352 Tom Thumb

📋 copy color: '#556352'

red 85 ◦ green 99 ◦ blue 82

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

Shades of Tom Thumb #556352

Tints of Tom Thumb #556352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

 BLUE value IS 82 (32.42% from 255) = 30.83%

R = 31.95%
G = 37.22%
B = 30.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#556352 (or 0x556352) is known color: Tom Thumb. HEX triplet: 55, 63 and 52. RGB value is (85,99,82). Sum of RGB (Red+Green+Blue) = 85+99+82=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #556352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556352 is #AA9CAD. Grayscale: #5C5C5C. Windows color (decimal): -11181230 or 5399381. OLE color: 5399381.

HSL color Cylindrical-coordinate representation of color #556352: hue angle of 109.41º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556352 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 82 -
CMYK 0.14 0 0.17 0.61
HSL 109.41º 0.09% 0.35% -
HSV(B) 109.41º 0.17% 0.39% -
XYZ 9.73 11.46 9.68 -
YUV 92.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 85 99 82 0.14 0 0.17 0.61 109.41 0.09 0.35
Hex 55 63 52 E 0 11 3D 6D 9 23
Octal 125 143 122 16 0 21 75 155 11 43
Binary 1010101 1100011 1010010 1110 0 10001 111101 1101101 1001 100011

Color Harmonies of #556352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556352

Black with #556352

Text Example


Text Example

White with #556352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556352; }

 p { color: rgb(85,99,82); }

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

background-color css

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

 a { background-color: rgb(85,99,82); }

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

border-color css

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

 span { border-color: rgb(85,99,82); }

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