Html Css Color HEX #515347 Gravel

📋 copy color: '#515347'

red 81 ◦ green 83 ◦ blue 71

#515347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gravel #515347

Tints of Gravel #515347

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.13% from 255) = 30.21%

R = 34.47%
G = 35.32%
B = 30.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#515347 (or 0x515347) is known color: 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

RGB 81 83 71 -
CMYK 0.02 0 0.14 0.67
HSL 70º 0.08% 0.3% -
HSV(B) 70º 0.14% 0.33% -
XYZ 7.62 8.39 7.18 -
YUV 81.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 81 83 71 0.02 0 0.14 0.67 70 0.08 0.3
Hex 51 53 47 2 0 E 43 46 8 1E
Octal 121 123 107 2 0 16 103 106 10 36
Binary 1010001 1010011 1000111 10 0 1110 1000011 1000110 1000 11110

Color Harmonies of #515347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515347

Black with #515347

Text Example


Text Example

White with #515347

Text Example


Text Example

HTML Codes & Css Web 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>