Shades of Cabbage Pont #515250
Tints of Cabbage Pont #515250
RGB
CMYK
RGB Variations
Color information
#515250 (or 0x515250) is known color: Cabbage Pont. HEX triplet: 51, 52 and 50. RGB value is (81,82,80). Sum of RGB (Red+Green+Blue) = 81+82+80=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 82 - color contains mainly: green. Hex color #515250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515250 is #AEADAF. Grayscale: #515151. Windows color (decimal): -11447728 or 5263953. OLE color: 5263953.
HSL color Cylindrical-coordinate representation of color #515250: hue angle of 90º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #515250 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 82 | 80 | - |
CMYK | 0.01 | 0 | 0.02 | 0.68 |
HSL | 90º | 0.01% | 0.32% | - |
HSV(B) | 90º | 0.02% | 0.32% | - |
XYZ | 7.86 | 8.36 | 8.79 | - |
YUV | 81.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 82 | 80 | 0.01 | 0 | 0.02 | 0.68 | 90 | 0.01 | 0.32 |
Hex | 51 | 52 | 50 | 1 | 0 | 2 | 44 | 5A | 1 | 20 |
Octal | 121 | 122 | 120 | 1 | 0 | 2 | 104 | 132 | 1 | 40 |
Binary | 1010001 | 1010010 | 1010000 | 1 | 0 | 10 | 1000100 | 1011010 | 1 | 100000 |
Color Harmonies of #515250
Complementary color
Monochromatic Colors of #515250
Black with #515250
Text Example
Text Example
White with #515250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515250; }
p { color: rgb(81,82,80); }
H1.HeaderClassName
{
color: #515250;
}
.AnyTagClassName
{
color: #515250;
}
</style>
background-color css
<style>
a { background-color: #515250; }
a { background-color: rgb(81,82,80); }
div.DivClassName
{
background-color: #515250;
}
.BgClassName
{
background-color: #515250;
}
</style>
border-color css
<style>
span { border-color: #515250; }
span { border-color: rgb(81,82,80); }
td.TdClassName
{
border-color: #515250;
}
.TagClassName
{
border-color: #515250;
}
</style>