Html Css Color HEX #505247 Gravel

📋 copy color: '#505247'

red 80 ◦ green 82 ◦ blue 71

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

Shades of Gravel #505247

Tints of Gravel #505247

RGB

 RED value IS 80 (31.64% from 255) = 34.33%

 GREEN value IS 82 (32.42% from 255) = 35.19%

 BLUE value IS 71 (28.13% from 255) = 30.47%

R = 34.33%
G = 35.19%
B = 30.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#505247 (or 0x505247) is known color: Gravel. HEX triplet: 50, 52 and 47. RGB value is (80,82,71). Sum of RGB (Red+Green+Blue) = 80+82+71=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 82 - color contains mainly: green. Hex color #505247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505247 is #AFADB8. Grayscale: #505050. Windows color (decimal): -11513273 or 4674128. OLE color: 4674128.

HSL color Cylindrical-coordinate representation of color #505247: hue angle of 70.91º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505247 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 71 -
CMYK 0.02 0 0.13 0.68
HSL 70.91º 0.07% 0.3% -
HSV(B) 70.91º 0.13% 0.32% -
XYZ 7.46 8.19 7.15 -
YUV 80.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 80 82 71 0.02 0 0.13 0.68 70.91 0.07 0.3
Hex 50 52 47 2 0 D 44 47 7 1E
Octal 120 122 107 2 0 15 104 107 7 36
Binary 1010000 1010010 1000111 10 0 1101 1000100 1000111 111 11110

Color Harmonies of #505247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505247

Black with #505247

Text Example


Text Example

White with #505247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505247; }

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

 H1.HeaderClassName
 {
   color: #505247;
 }
 .AnyTagClassName
 {
   color: #505247;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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