Html Css Color HEX #53664E Tom Thumb

📋 copy color: '#53664E'

red 83 ◦ green 102 ◦ blue 78

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

Shades of Tom Thumb #53664E

Tints of Tom Thumb #53664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.78%

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

R = 31.56%
G = 38.78%
B = 29.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#53664E (or 0x53664E) is known color: Tom Thumb. HEX triplet: 53, 66 and 4E. RGB value is (83,102,78). Sum of RGB (Red+Green+Blue) = 83+102+78=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 102 - color contains mainly: green. Hex color #53664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53664E is #AC99B1. Grayscale: #5D5D5D. Windows color (decimal): -11311538 or 5138003. OLE color: 5138003.

HSL color Cylindrical-coordinate representation of color #53664E: hue angle of 107.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53664E is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 78 -
CMYK 0.19 0 0.24 0.6
HSL 107.5º 0.13% 0.35% -
HSV(B) 107.5º 0.24% 0.4% -
XYZ 9.69 11.89 8.99 -
YUV 93.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 83 102 78 0.19 0 0.24 0.6 107.5 0.13 0.35
Hex 53 66 4E 13 0 18 3C 6C D 23
Octal 123 146 116 23 0 30 74 154 15 43
Binary 1010011 1100110 1001110 10011 0 11000 111100 1101100 1101 100011

Color Harmonies of #53664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53664E

Black with #53664E

Text Example


Text Example

White with #53664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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