Html Css Color HEX #55604F Tom Thumb

📋 copy color: '#55604F'

red 85 ◦ green 96 ◦ blue 79

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

Shades of Tom Thumb #55604F

Tints of Tom Thumb #55604F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 32.69%
G = 36.92%
B = 30.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#55604F (or 0x55604F) is known color: Tom Thumb. HEX triplet: 55, 60 and 4F. RGB value is (85,96,79). Sum of RGB (Red+Green+Blue) = 85+96+79=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #55604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55604F is #AA9FB0. Grayscale: #5A5A5A. Windows color (decimal): -11182001 or 5202005. OLE color: 5202005.

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

Color convert

RGB 85 96 79 -
CMYK 0.11 0 0.18 0.62
HSL 98.82º 0.1% 0.34% -
HSV(B) 98.82º 0.18% 0.38% -
XYZ 9.34 10.86 9 -
YUV 90.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 85 96 79 0.11 0 0.18 0.62 98.82 0.1 0.34
Hex 55 60 4F B 0 12 3E 63 A 22
Octal 125 140 117 13 0 22 76 143 12 42
Binary 1010101 1100000 1001111 1011 0 10010 111110 1100011 1010 100010

Color Harmonies of #55604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55604F

Black with #55604F

Text Example


Text Example

White with #55604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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