Html Css Color HEX #555F4E Tom Thumb

📋 copy color: '#555F4E'

red 85 ◦ green 95 ◦ blue 78

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

Shades of Tom Thumb #555F4E

Tints of Tom Thumb #555F4E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.82%

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 32.95%
G = 36.82%
B = 30.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#555F4E (or 0x555F4E) is known color: Tom Thumb. HEX triplet: 55, 5F and 4E. RGB value is (85,95,78). Sum of RGB (Red+Green+Blue) = 85+95+78=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 95 - color contains mainly: green. Hex color #555F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F4E is #AAA0B1. Grayscale: #5A5A5A. Windows color (decimal): -11182258 or 5136213. OLE color: 5136213.

HSL color Cylindrical-coordinate representation of color #555F4E: hue angle of 95.29º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555F4E is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 95 78 -
CMYK 0.11 0 0.18 0.63
HSL 95.29º 0.1% 0.34% -
HSV(B) 95.29º 0.18% 0.37% -
XYZ 9.21 10.67 8.78 -
YUV 90.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 85 95 78 0.11 0 0.18 0.63 95.29 0.1 0.34
Hex 55 5F 4E B 0 12 3F 5F A 22
Octal 125 137 116 13 0 22 77 137 12 42
Binary 1010101 1011111 1001110 1011 0 10010 111111 1011111 1010 100010

Color Harmonies of #555F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F4E

Black with #555F4E

Text Example


Text Example

White with #555F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555F4E; }

 p { color: rgb(85,95,78); }

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

background-color css

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

 a { background-color: rgb(85,95,78); }

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

border-color css

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

 span { border-color: rgb(85,95,78); }

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