#515446

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

Shades of Gravel #515446

Tints of Gravel #515446

Color information

#515446 (or 0x515446) is unknown color: approx Gravel. HEX triplet: 51, 54 and 46. RGB value is (81,84,70). Sum of RGB (Red+Green+Blue) = 81+84+70=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #515446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515446 is #AEABB9. Grayscale: #515151. Windows color (decimal): -11447226 or 4609105. OLE color: 4609105.

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

Color convert

RGB818470-
CMYK0.0400.170.67
HSL72.86º9.09%30.2%-
HSV(B)72.86º16.67%32.94%-
XYZ7.678.537.04-
YUV81.51121.51127.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=34.47%
G=35.74%
B=29.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184700.0400.170.6772.869.0930.2
Hex5154464011434991e
Octal12112410640211031111136
Binary10100011010100100011010001000110000111001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515446; }

 p { color: rgb(81,84,70); }

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

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

 a { background-color: rgb(81,84,70); }

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

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

 span { border-color: rgb(81,84,70); }

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