Html Css Color HEX #55604D Tom Thumb

📋 copy color: '#55604D'

red 85 ◦ green 96 ◦ blue 77

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

Shades of Tom Thumb #55604D

Tints of Tom Thumb #55604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.21%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 32.95%
G = 37.21%
B = 29.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#55604D (or 0x55604D) is known color: Tom Thumb. HEX triplet: 55, 60 and 4D. RGB value is (85,96,77). Sum of RGB (Red+Green+Blue) = 85+96+77=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #55604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55604D is #AA9FB2. Grayscale: #5A5A5A. Windows color (decimal): -11182003 or 5070933. OLE color: 5070933.

HSL color Cylindrical-coordinate representation of color #55604D: hue angle of 94.74º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55604D is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 77 -
CMYK 0.11 0 0.20 0.62
HSL 94.74º 0.11% 0.34% -
HSV(B) 94.74º 0.2% 0.38% -
XYZ 9.27 10.83 8.62 -
YUV 90.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 85 96 77 0.11 0 0.20 0.62 94.74 0.11 0.34
Hex 55 60 4D B 0 14 3E 5F B 22
Octal 125 140 115 13 0 24 76 137 13 42
Binary 1010101 1100000 1001101 1011 0 10100 111110 1011111 1011 100010

Color Harmonies of #55604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55604D

Black with #55604D

Text Example


Text Example

White with #55604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55604D; }

 p { color: rgb(85,96,77); }

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

background-color css

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

 a { background-color: rgb(85,96,77); }

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

border-color css

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

 span { border-color: rgb(85,96,77); }

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