#52544C

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

Shades of Gravel #52544C

Tints of Gravel #52544C

Color information

#52544C (or 0x52544C) is unknown color: approx Gravel. HEX triplet: 52, 54 and 4C. RGB value is (82,84,76). Sum of RGB (Red+Green+Blue) = 82+84+76=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 84 - color contains mainly: green. Hex color #52544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52544C is #ADABB3. Grayscale: #525252. Windows color (decimal): -11381684 or 5002322. OLE color: 5002322.

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

Color convert

RGB828476-
CMYK0.0200.100.67
HSL75º5%31.37%-
HSV(B)75º9.52%32.94%-
XYZ7.958.668.09-
YUV82.49124.34127.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=33.88%
G=34.71%
B=31.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284760.0200.100.6775531.37
Hex52544C20A434b51f
Octal1221241142012103113537
Binary10100101010100100110010010101000011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52544C; }

 p { color: rgb(82,84,76); }

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

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

 a { background-color: rgb(82,84,76); }

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

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

 span { border-color: rgb(82,84,76); }

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