#515347

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

Shades of Gravel #515347

Tints of Gravel #515347

Color information

#515347 (or 0x515347) is unknown color: approx Gravel. HEX triplet: 51, 53 and 47. RGB value is (81,83,71). Sum of RGB (Red+Green+Blue) = 81+83+71=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #515347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515347 is #AEACB8. Grayscale: #515151. Windows color (decimal): -11447481 or 4674385. OLE color: 4674385.

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

Color convert

RGB818371-
CMYK0.0200.140.67
HSL70º7.79%30.2%-
HSV(B)70º14.46%32.55%-
XYZ7.628.397.18-
YUV81.03122.34127.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=34.47%
G=35.32%
B=30.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183710.0200.140.67707.7930.2
Hex51534720E434681e
Octal12112310720161031061036
Binary101000110100111000111100111010000111000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515347; }

 p { color: rgb(81,83,71); }

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

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

 a { background-color: rgb(81,83,71); }

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

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

 span { border-color: rgb(81,83,71); }

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