Html Css Color HEX #515949 Cabbage Pont

📋 copy color: '#515949'

red 81 ◦ green 89 ◦ blue 73

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

Shades of Cabbage Pont #515949

Tints of Cabbage Pont #515949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.63%

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 33.33%
G = 36.63%
B = 30.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#515949 (or 0x515949) is known color: Cabbage Pont. HEX triplet: 51, 59 and 49. RGB value is (81,89,73). Sum of RGB (Red+Green+Blue) = 81+89+73=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #515949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515949 is #AEA6B6. Grayscale: #545454. Windows color (decimal): -11445943 or 4806993. OLE color: 4806993.

HSL color Cylindrical-coordinate representation of color #515949: hue angle of 90º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #515949 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 73 -
CMYK 0.09 0 0.18 0.65
HSL 90º 0.1% 0.32% -
HSV(B) 90º 0.18% 0.35% -
XYZ 8.17 9.38 7.68 -
YUV 84.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 81 89 73 0.09 0 0.18 0.65 90 0.1 0.32
Hex 51 59 49 9 0 12 41 5A A 20
Octal 121 131 111 11 0 22 101 132 12 40
Binary 1010001 1011001 1001001 1001 0 10010 1000001 1011010 1010 100000

Color Harmonies of #515949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515949

Black with #515949

Text Example


Text Example

White with #515949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515949; }

 p { color: rgb(81,89,73); }

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

background-color css

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

 a { background-color: rgb(81,89,73); }

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

border-color css

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

 span { border-color: rgb(81,89,73); }

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