Html Css Color HEX #515849 Cabbage Pont

📋 copy color: '#515849'

red 81 ◦ green 88 ◦ blue 73

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

Shades of Cabbage Pont #515849

Tints of Cabbage Pont #515849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 33.47%
G = 36.36%
B = 30.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#515849 (or 0x515849) is known color: Cabbage Pont. HEX triplet: 51, 58 and 49. RGB value is (81,88,73). Sum of RGB (Red+Green+Blue) = 81+88+73=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 88 - color contains mainly: green. Hex color #515849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515849 is #AEA7B6. Grayscale: #545454. Windows color (decimal): -11446199 or 4806737. OLE color: 4806737.

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

Color convert

RGB 81 88 73 -
CMYK 0.08 0 0.17 0.65
HSL 88º 0.09% 0.32% -
HSV(B) 88º 0.17% 0.35% -
XYZ 8.09 9.21 7.65 -
YUV 84.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 81 88 73 0.08 0 0.17 0.65 88 0.09 0.32
Hex 51 58 49 8 0 11 41 58 9 20
Octal 121 130 111 10 0 21 101 130 11 40
Binary 1010001 1011000 1001001 1000 0 10001 1000001 1011000 1001 100000

Color Harmonies of #515849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515849

Black with #515849

Text Example


Text Example

White with #515849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515849; }

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

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

background-color css

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

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

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

border-color css

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

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

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