Shades of Patina #5E998C
Tints of Patina #5E998C
RGB
CMYK
RGB Variations
Color information
#5E998C (or 0x5E998C) is known color: Patina. HEX triplet: 5E, 99 and 8C. RGB value is (94,153,140). Sum of RGB (Red+Green+Blue) = 94+153+140=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #5E998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E998C is #A16673. Grayscale: #858585. Windows color (decimal): -10577524 or 9214302. OLE color: 9214302.
HSL color Cylindrical-coordinate representation of color #5E998C: hue angle of 166.78º degrees, saturation: 0.24, 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 #5E998C is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 140 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.4 |
| HSL | 166.78º | 0.24% | 0.48% | - |
| HSV(B) | 166.78º | 0.39% | 0.6% | - |
| XYZ | 20.74 | 27.06 | 28.94 | - |
| YUV | 133.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 140 | 0.39 | 0 | 0.08 | 0.4 | 166.78 | 0.24 | 0.48 |
| Hex | 5E | 99 | 8C | 27 | 0 | 8 | 28 | A7 | 18 | 30 |
| Octal | 136 | 231 | 214 | 47 | 0 | 10 | 50 | 247 | 30 | 60 |
| Binary | 1011110 | 10011001 | 10001100 | 100111 | 0 | 1000 | 101000 | 10100111 | 11000 | 110000 |
Color Harmonies of #5E998C
Complementary color
Monochromatic Colors of #5E998C
Black with #5E998C
Text Example
Text Example
White with #5E998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E998C; }
p { color: rgb(94,153,140); }
H1.HeaderClassName
{
color: #5E998C;
}
.AnyTagClassName
{
color: #5E998C;
}
</style>
background-color css
<style>
a { background-color: #5E998C; }
a { background-color: rgb(94,153,140); }
div.DivClassName
{
background-color: #5E998C;
}
.BgClassName
{
background-color: #5E998C;
}
</style>
border-color css
<style>
span { border-color: #5E998C; }
span { border-color: rgb(94,153,140); }
td.TdClassName
{
border-color: #5E998C;
}
.TagClassName
{
border-color: #5E998C;
}
</style>