Html Css Color HEX #54664F Tom Thumb

📋 copy color: '#54664F'

red 84 ◦ green 102 ◦ blue 79

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

Shades of Tom Thumb #54664F

Tints of Tom Thumb #54664F

RGB

 RED value IS 84 (33.2% from 255) = 31.7%

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

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

R = 31.7%
G = 38.49%
B = 29.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#54664F (or 0x54664F) is known color: Tom Thumb. HEX triplet: 54, 66 and 4F. RGB value is (84,102,79). Sum of RGB (Red+Green+Blue) = 84+102+79=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 102 - color contains mainly: green. Hex color #54664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54664F is #AB99B0. Grayscale: #5E5E5E. Windows color (decimal): -11246001 or 5203540. OLE color: 5203540.

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

Color convert

RGB 84 102 79 -
CMYK 0.18 0 0.23 0.6
HSL 106.96º 0.13% 0.35% -
HSV(B) 106.96º 0.23% 0.4% -
XYZ 9.82 11.95 9.19 -
YUV 94 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 84 102 79 0.18 0 0.23 0.6 106.96 0.13 0.35
Hex 54 66 4F 12 0 17 3C 6B D 23
Octal 124 146 117 22 0 27 74 153 15 43
Binary 1010100 1100110 1001111 10010 0 10111 111100 1101011 1101 100011

Color Harmonies of #54664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54664F

Black with #54664F

Text Example


Text Example

White with #54664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,102,79); }

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

background-color css

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

 a { background-color: rgb(84,102,79); }

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

border-color css

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

 span { border-color: rgb(84,102,79); }

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