Html Css Color HEX #515446 Gravel

📋 copy color: '#515446'

red 81 ◦ green 84 ◦ blue 70

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

Shades of Gravel #515446

Tints of Gravel #515446

RGB

 RED value IS 81 (32.03% from 255) = 34.47%

 GREEN value IS 84 (33.2% 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 value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 81 84 70 -
CMYK 0.04 0 0.17 0.67
HSL 72.86º 0.09% 0.3% -
HSV(B) 72.86º 0.17% 0.33% -
XYZ 7.67 8.53 7.04 -
YUV 81.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 81 84 70 0.04 0 0.17 0.67 72.86 0.09 0.3
Hex 51 54 46 4 0 11 43 49 9 1E
Octal 121 124 106 4 0 21 103 111 11 36
Binary 1010001 1010100 1000110 100 0 10001 1000011 1001001 1001 11110

Color Harmonies of #515446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515446

Black with #515446

Text Example


Text Example

White with #515446

Text Example


Text Example

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