Shades of Cork #55504C
Tints of Cork #55504C
RGB
CMYK
RGB Variations
Color information
#55504C (or 0x55504C) is known color: Cork. HEX triplet: 55, 50 and 4C. RGB value is (85,80,76). Sum of RGB (Red+Green+Blue) = 85+80+76=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 85 - color contains mainly: red. Hex color #55504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55504C is #AAAFB3. Grayscale: #515151. Windows color (decimal): -11186100 or 5001301. OLE color: 5001301.
HSL color Cylindrical-coordinate representation of color #55504C: hue angle of 26.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55504C is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 76 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.67 |
| HSL | 26.67º | 0.06% | 0.32% | - |
| HSV(B) | 26.67º | 0.11% | 0.33% | - |
| XYZ | 7.92 | 8.19 | 8 | - |
| YUV | 81.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 76 | 0 | 0.06 | 0.11 | 0.67 | 26.67 | 0.06 | 0.32 |
| Hex | 55 | 50 | 4C | 0 | 6 | B | 43 | 1B | 6 | 20 |
| Octal | 125 | 120 | 114 | 0 | 6 | 13 | 103 | 33 | 6 | 40 |
| Binary | 1010101 | 1010000 | 1001100 | 0 | 110 | 1011 | 1000011 | 11011 | 110 | 100000 |
Color Harmonies of #55504C
Complementary color
Monochromatic Colors of #55504C
Black with #55504C
Text Example
Text Example
White with #55504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55504C; }
p { color: rgb(85,80,76); }
H1.HeaderClassName
{
color: #55504C;
}
.AnyTagClassName
{
color: #55504C;
}
</style>
background-color css
<style>
a { background-color: #55504C; }
a { background-color: rgb(85,80,76); }
div.DivClassName
{
background-color: #55504C;
}
.BgClassName
{
background-color: #55504C;
}
</style>
border-color css
<style>
span { border-color: #55504C; }
span { border-color: rgb(85,80,76); }
td.TdClassName
{
border-color: #55504C;
}
.TagClassName
{
border-color: #55504C;
}
</style>