#515849

Color #515849 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #515849

Tints of Cabbage Pont #515849

Color information

#515849 (or 0x515849) is unknown color: approx 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

RGB818873-
CMYK0.0800.170.65
HSL88º9.32%31.57%-
HSV(B)88º17.05%34.51%-
XYZ8.099.217.65-
YUV84.2121.68125.72-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188730.0800.170.65889.3231.57
Hex51584980114158920
Octal121130111100211011301140
Binary1010001101100010010011000010001100000110110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>