#53544E

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

Shades of Gravel #53544E

Tints of Gravel #53544E

Color information

#53544E (or 0x53544E) is unknown color: approx Gravel. HEX triplet: 53, 54 and 4E. RGB value is (83,84,78). Sum of RGB (Red+Green+Blue) = 83+84+78=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 84 - color contains mainly: green. Hex color #53544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53544E is #ACABB1. Grayscale: #535353. Windows color (decimal): -11316146 or 5133395. OLE color: 5133395.

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

Color convert

RGB838478-
CMYK0.0100.070.67
HSL70º3.7%31.76%-
HSV(B)70º7.14%32.94%-
XYZ8.118.738.47-
YUV83.02125.17127.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=33.88%
G=34.29%
B=31.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384780.0100.070.67703.731.76
Hex53544E1074346420
Octal123124116107103106440
Binary1010011101010010011101011110000111000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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