#52534D

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

Shades of Gravel #52534D

Tints of Gravel #52534D

Color information

#52534D (or 0x52534D) is unknown color: approx Gravel. HEX triplet: 52, 53 and 4D. RGB value is (82,83,77). Sum of RGB (Red+Green+Blue) = 82+83+77=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 83 - color contains mainly: green. Hex color #52534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52534D is #ADACB2. Grayscale: #525252. Windows color (decimal): -11381939 or 5067602. OLE color: 5067602.

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

Color convert

RGB828377-
CMYK0.0100.070.67
HSL70º3.75%31.37%-
HSV(B)70º7.23%32.55%-
XYZ7.918.528.25-
YUV82.02125.17127.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=33.88%
G=34.30%
B=31.82%

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
Decimal8283770.0100.070.67703.7531.37
Hex52534D107434641f
Octal122123115107103106437
Binary101001010100111001101101111000011100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,83,77); }

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

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

 a { background-color: rgb(82,83,77); }

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

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

 span { border-color: rgb(82,83,77); }

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