#54504D

Color #54504D Tundora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tundora #54504D

Tints of Tundora #54504D

Color information

#54504D (or 0x54504D) is unknown color: approx Tundora. HEX triplet: 54, 50 and 4D. RGB value is (84,80,77). Sum of RGB (Red+Green+Blue) = 84+80+77=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 84 - color contains mainly: red. Hex color #54504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54504D is #ABAFB2. Grayscale: #505050. Windows color (decimal): -11251635 or 5066836. OLE color: 5066836.

HSL color Cylindrical-coordinate representation of color #54504D: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #54504D is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB848077-
CMYK00.050.080.67
HSL25.71º4.35%31.57%-
HSV(B)25.71º8.33%32.94%-
XYZ7.868.168.18-
YUV80.85125.83130.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=34.85%
G=33.20%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84807700.050.080.6725.714.3531.57
Hex54504D058431a420
Octal124120115051010332440
Binary10101001010000100110101011000100001111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54504D; }

 p { color: rgb(84,80,77); }

 H1.HeaderClassName
 {
   color: #54504D;
 }
 .AnyTagClassName
 {
   color: #54504D;
 }
</style>
background-color css

<style>
 a { background-color: #54504D; }

 a { background-color: rgb(84,80,77); }

 div.DivClassName
 {
   background-color: #54504D;
 }
 .BgClassName
 {
   background-color: #54504D;
 }
</style>
border-color css

<style>
 span { border-color: #54504D; }

 span { border-color: rgb(84,80,77); }

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