Html Css Color HEX #556351 Tom Thumb

📋 copy color: '#556351'

red 85 ◦ green 99 ◦ blue 81

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

Shades of Tom Thumb #556351

Tints of Tom Thumb #556351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 32.08%
G = 37.36%
B = 30.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#556351 (or 0x556351) is known color: Tom Thumb. HEX triplet: 55, 63 and 51. RGB value is (85,99,81). Sum of RGB (Red+Green+Blue) = 85+99+81=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #556351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556351 is #AA9CAE. Grayscale: #5C5C5C. Windows color (decimal): -11181231 or 5333845. OLE color: 5333845.

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

Color convert

RGB 85 99 81 -
CMYK 0.14 0 0.18 0.61
HSL 106.67º 0.1% 0.35% -
HSV(B) 106.67º 0.18% 0.39% -
XYZ 9.69 11.45 9.48 -
YUV 92.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 85 99 81 0.14 0 0.18 0.61 106.67 0.1 0.35
Hex 55 63 51 E 0 12 3D 6B A 23
Octal 125 143 121 16 0 22 75 153 12 43
Binary 1010101 1100011 1010001 1110 0 10010 111101 1101011 1010 100011

Color Harmonies of #556351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556351

Black with #556351

Text Example


Text Example

White with #556351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556351; }

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

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

background-color css

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

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

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

border-color css

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

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

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