#535549

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

Shades of Gravel #535549

Tints of Gravel #535549

Color information

#535549 (or 0x535549) is unknown color: approx Gravel. HEX triplet: 53, 55 and 49. RGB value is (83,85,73). Sum of RGB (Red+Green+Blue) = 83+85+73=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #535549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535549 is #ACAAB6. Grayscale: #535353. Windows color (decimal): -11315895 or 4805971. OLE color: 4805971.

HSL color Cylindrical-coordinate representation of color #535549: hue angle of 70º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535549 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB838573-
CMYK0.0200.140.67
HSL70º7.59%30.98%-
HSV(B)70º14.12%33.33%-
XYZ8.028.827.58-
YUV83.03122.34127.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=34.44%
G=35.27%
B=30.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385730.0200.140.67707.5930.98
Hex53554920E434681f
Octal12312511120161031061037
Binary101001110101011001001100111010000111000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535549; }

 p { color: rgb(83,85,73); }

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

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

 a { background-color: rgb(83,85,73); }

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

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

 span { border-color: rgb(83,85,73); }

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