#535548

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

Shades of Gravel #535548

Tints of Gravel #535548

Color information

#535548 (or 0x535548) is unknown color: approx Gravel. HEX triplet: 53, 55 and 48. RGB value is (83,85,72). Sum of RGB (Red+Green+Blue) = 83+85+72=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #535548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535548 is #ACAAB7. Grayscale: #525252. Windows color (decimal): -11315896 or 4740435. OLE color: 4740435.

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

Color convert

RGB838572-
CMYK0.0200.150.67
HSL69.23º8.28%30.78%-
HSV(B)69.23º15.29%33.33%-
XYZ7.998.87.41-
YUV82.92121.84128.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 72 (28.52% from 255) = 30%
R=34.58%
G=35.42%
B=30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385720.0200.150.6769.238.2830.78
Hex53554820F434581f
Octal12312511020171031051037
Binary101001110101011001000100111110000111000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535548; }

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

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

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

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

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

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

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

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