Shades of Cork #554F4A
Tints of Cork #554F4A
RGB
CMYK
RGB Variations
Color information
#554F4A (or 0x554F4A) is known color: Cork. HEX triplet: 55, 4F and 4A. RGB value is (85,79,74). Sum of RGB (Red+Green+Blue) = 85+79+74=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #554F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F4A is #AAB0B5. Grayscale: #505050. Windows color (decimal): -11186358 or 4869973. OLE color: 4869973.
HSL color Cylindrical-coordinate representation of color #554F4A: hue angle of 27.27º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #554F4A is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 74 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.67 |
| HSL | 27.27º | 0.07% | 0.31% | - |
| HSV(B) | 27.27º | 0.13% | 0.33% | - |
| XYZ | 7.78 | 8.02 | 7.62 | - |
| YUV | 80.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 74 | 0 | 0.07 | 0.13 | 0.67 | 27.27 | 0.07 | 0.31 |
| Hex | 55 | 4F | 4A | 0 | 7 | D | 43 | 1B | 7 | 1F |
| Octal | 125 | 117 | 112 | 0 | 7 | 15 | 103 | 33 | 7 | 37 |
| Binary | 1010101 | 1001111 | 1001010 | 0 | 111 | 1101 | 1000011 | 11011 | 111 | 11111 |
Color Harmonies of #554F4A
Complementary color
Monochromatic Colors of #554F4A
Black with #554F4A
Text Example
Text Example
White with #554F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F4A; }
p { color: rgb(85,79,74); }
H1.HeaderClassName
{
color: #554F4A;
}
.AnyTagClassName
{
color: #554F4A;
}
</style>
background-color css
<style>
a { background-color: #554F4A; }
a { background-color: rgb(85,79,74); }
div.DivClassName
{
background-color: #554F4A;
}
.BgClassName
{
background-color: #554F4A;
}
</style>
border-color css
<style>
span { border-color: #554F4A; }
span { border-color: rgb(85,79,74); }
td.TdClassName
{
border-color: #554F4A;
}
.TagClassName
{
border-color: #554F4A;
}
</style>