Html Css Color HEX #53654F Tom Thumb

📋 copy color: '#53654F'

red 83 ◦ green 101 ◦ blue 79

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

Shades of Tom Thumb #53654F

Tints of Tom Thumb #53654F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

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

R = 31.56%
G = 38.4%
B = 30.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#53654F (or 0x53654F) is known color: Tom Thumb. HEX triplet: 53, 65 and 4F. RGB value is (83,101,79). Sum of RGB (Red+Green+Blue) = 83+101+79=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #53654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53654F is #AC9AB0. Grayscale: #5D5D5D. Windows color (decimal): -11311793 or 5203283. OLE color: 5203283.

HSL color Cylindrical-coordinate representation of color #53654F: hue angle of 109.09º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53654F is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 79 -
CMYK 0.18 0 0.22 0.60
HSL 109.09º 0.12% 0.35% -
HSV(B) 109.09º 0.22% 0.4% -
XYZ 9.63 11.71 9.15 -
YUV 93.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 83 101 79 0.18 0 0.22 0.60 109.09 0.12 0.35
Hex 53 65 4F 12 0 16 3C 6D C 23
Octal 123 145 117 22 0 26 74 155 14 43
Binary 1010011 1100101 1001111 10010 0 10110 111100 1101101 1100 100011

Color Harmonies of #53654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53654F

Black with #53654F

Text Example


Text Example

White with #53654F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,101,79); }

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

background-color css

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

 a { background-color: rgb(83,101,79); }

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

border-color css

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

 span { border-color: rgb(83,101,79); }

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