#525546

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

Shades of Gravel #525546

Tints of Gravel #525546

Color information

#525546 (or 0x525546) is unknown color: approx Gravel. HEX triplet: 52, 55 and 46. RGB value is (82,85,70). Sum of RGB (Red+Green+Blue) = 82+85+70=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #525546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525546 is #ADAAB9. Grayscale: #525252. Windows color (decimal): -11381434 or 4609362. OLE color: 4609362.

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

Color convert

RGB828570-
CMYK0.0400.180.67
HSL72º9.68%30.39%-
HSV(B)72º17.65%33.33%-
XYZ7.838.737.07-
YUV82.39121.01127.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=34.60%
G=35.86%
B=29.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285700.0400.180.67729.6830.39
Hex52554640124348a1e
Octal12212510640221031101236
Binary10100101010101100011010001001010000111001000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525546; }

 p { color: rgb(82,85,70); }

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

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

 a { background-color: rgb(82,85,70); }

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

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

 span { border-color: rgb(82,85,70); }

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