#53544F

Color #53544F Gravel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gravel #53544F

Tints of Gravel #53544F

Color information

#53544F (or 0x53544F) is unknown color: approx Gravel. HEX triplet: 53, 54 and 4F. RGB value is (83,84,79). Sum of RGB (Red+Green+Blue) = 83+84+79=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 84 - color contains mainly: green. Hex color #53544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53544F is #ACABB0. Grayscale: #535353. Windows color (decimal): -11316145 or 5198931. OLE color: 5198931.

HSL color Cylindrical-coordinate representation of color #53544F: hue angle of 72º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #53544F is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB838479-
CMYK0.0100.060.67
HSL72º3.07%31.96%-
HSV(B)72º5.95%32.94%-
XYZ8.158.748.66-
YUV83.13125.67127.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=33.74%
G=34.15%
B=32.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384790.0100.060.67723.0731.96
Hex53544F1064348320
Octal123124117106103110340
Binary101001110101001001111101101000011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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