#525447

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

Shades of Gravel #525447

Tints of Gravel #525447

Color information

#525447 (or 0x525447) is unknown color: approx Gravel. HEX triplet: 52, 54 and 47. RGB value is (82,84,71). Sum of RGB (Red+Green+Blue) = 82+84+71=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 84 - color contains mainly: green. Hex color #525447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525447 is #ADABB8. Grayscale: #515151. Windows color (decimal): -11381689 or 4674642. OLE color: 4674642.

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

Color convert

RGB828471-
CMYK0.0200.150.67
HSL69.23º8.39%30.39%-
HSV(B)69.23º15.48%32.94%-
XYZ7.798.597.21-
YUV81.92121.84128.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=34.60%
G=35.44%
B=29.96%

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
Decimal8284710.0200.150.6769.238.3930.39
Hex52544720F434581e
Octal12212410720171031051036
Binary101001010101001000111100111110000111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525447; }

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

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

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

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

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

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

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

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