Html Css Color HEX #53604E Tom Thumb

📋 copy color: '#53604E'

red 83 ◦ green 96 ◦ blue 78

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

Shades of Tom Thumb #53604E

Tints of Tom Thumb #53604E

RGB

 RED value IS 83 (32.81% from 255) = 32.3%

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

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

R = 32.3%
G = 37.35%
B = 30.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#53604E (or 0x53604E) is known color: Tom Thumb. HEX triplet: 53, 60 and 4E. RGB value is (83,96,78). Sum of RGB (Red+Green+Blue) = 83+96+78=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #53604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53604E is #AC9FB1. Grayscale: #5A5A5A. Windows color (decimal): -11313074 or 5136467. OLE color: 5136467.

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

Color convert

RGB 83 96 78 -
CMYK 0.14 0 0.19 0.62
HSL 103.33º 0.1% 0.34% -
HSV(B) 103.33º 0.19% 0.38% -
XYZ 9.13 10.75 8.8 -
YUV 90.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 83 96 78 0.14 0 0.19 0.62 103.33 0.1 0.34
Hex 53 60 4E E 0 13 3E 67 A 22
Octal 123 140 116 16 0 23 76 147 12 42
Binary 1010011 1100000 1001110 1110 0 10011 111110 1100111 1010 100010

Color Harmonies of #53604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53604E

Black with #53604E

Text Example


Text Example

White with #53604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53604E; }

 p { color: rgb(83,96,78); }

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

background-color css

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

 a { background-color: rgb(83,96,78); }

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

border-color css

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

 span { border-color: rgb(83,96,78); }

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