Shades of Cabbage Pont #555F4B
Tints of Cabbage Pont #555F4B
RGB
CMYK
RGB Variations
Color information
#555F4B (or 0x555F4B) is known color: Cabbage Pont. HEX triplet: 55, 5F and 4B. RGB value is (85,95,75). Sum of RGB (Red+Green+Blue) = 85+95+75=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 95 - color contains mainly: green. Hex color #555F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F4B is #AAA0B4. Grayscale: #595959. Windows color (decimal): -11182261 or 4939605. OLE color: 4939605.
HSL color Cylindrical-coordinate representation of color #555F4B: hue angle of 90º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555F4B is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 75 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.63 |
| HSL | 90º | 0.12% | 0.33% | - |
| HSV(B) | 90º | 0.21% | 0.37% | - |
| XYZ | 9.11 | 10.62 | 8.23 | - |
| YUV | 89.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 75 | 0.11 | 0 | 0.21 | 0.63 | 90 | 0.12 | 0.33 |
| Hex | 55 | 5F | 4B | B | 0 | 15 | 3F | 5A | C | 21 |
| Octal | 125 | 137 | 113 | 13 | 0 | 25 | 77 | 132 | 14 | 41 |
| Binary | 1010101 | 1011111 | 1001011 | 1011 | 0 | 10101 | 111111 | 1011010 | 1100 | 100001 |
Color Harmonies of #555F4B
Complementary color
Monochromatic Colors of #555F4B
Black with #555F4B
Text Example
Text Example
White with #555F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F4B; }
p { color: rgb(85,95,75); }
H1.HeaderClassName
{
color: #555F4B;
}
.AnyTagClassName
{
color: #555F4B;
}
</style>
background-color css
<style>
a { background-color: #555F4B; }
a { background-color: rgb(85,95,75); }
div.DivClassName
{
background-color: #555F4B;
}
.BgClassName
{
background-color: #555F4B;
}
</style>
border-color css
<style>
span { border-color: #555F4B; }
span { border-color: rgb(85,95,75); }
td.TdClassName
{
border-color: #555F4B;
}
.TagClassName
{
border-color: #555F4B;
}
</style>