Shades of Patina #5C988C
Tints of Patina #5C988C
RGB
CMYK
RGB Variations
Color information
#5C988C (or 0x5C988C) is known color: Patina. HEX triplet: 5C, 98 and 8C. RGB value is (92,152,140). Sum of RGB (Red+Green+Blue) = 92+152+140=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #5C988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C988C is #A36773. Grayscale: #848484. Windows color (decimal): -10708852 or 9214044. OLE color: 9214044.
HSL color Cylindrical-coordinate representation of color #5C988C: hue angle of 168º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C988C is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 140 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.40 |
| HSL | 168º | 0.25% | 0.48% | - |
| HSV(B) | 168º | 0.39% | 0.6% | - |
| XYZ | 20.38 | 26.63 | 28.88 | - |
| YUV | 132.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 140 | 0.39 | 0 | 0.08 | 0.40 | 168 | 0.25 | 0.48 |
| Hex | 5C | 98 | 8C | 27 | 0 | 8 | 28 | A8 | 19 | 30 |
| Octal | 134 | 230 | 214 | 47 | 0 | 10 | 50 | 250 | 31 | 60 |
| Binary | 1011100 | 10011000 | 10001100 | 100111 | 0 | 1000 | 101000 | 10101000 | 11001 | 110000 |
Color Harmonies of #5C988C
Complementary color
Monochromatic Colors of #5C988C
Black with #5C988C
Text Example
Text Example
White with #5C988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C988C; }
p { color: rgb(92,152,140); }
H1.HeaderClassName
{
color: #5C988C;
}
.AnyTagClassName
{
color: #5C988C;
}
</style>
background-color css
<style>
a { background-color: #5C988C; }
a { background-color: rgb(92,152,140); }
div.DivClassName
{
background-color: #5C988C;
}
.BgClassName
{
background-color: #5C988C;
}
</style>
border-color css
<style>
span { border-color: #5C988C; }
span { border-color: rgb(92,152,140); }
td.TdClassName
{
border-color: #5C988C;
}
.TagClassName
{
border-color: #5C988C;
}
</style>