Shades of Patina #5E998F
Tints of Patina #5E998F
RGB
CMYK
RGB Variations
Color information
#5E998F (or 0x5E998F) is known color: Patina. HEX triplet: 5E, 99 and 8F. RGB value is (94,153,143). Sum of RGB (Red+Green+Blue) = 94+153+143=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #5E998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E998F is #A16670. Grayscale: #868686. Windows color (decimal): -10577521 or 9410910. OLE color: 9410910.
HSL color Cylindrical-coordinate representation of color #5E998F: hue angle of 169.83º 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 #5E998F is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 143 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.4 |
| HSL | 169.83º | 0.24% | 0.48% | - |
| HSV(B) | 169.83º | 0.39% | 0.6% | - |
| XYZ | 20.97 | 27.15 | 30.12 | - |
| YUV | 134.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 143 | 0.39 | 0 | 0.07 | 0.4 | 169.83 | 0.24 | 0.48 |
| Hex | 5E | 99 | 8F | 27 | 0 | 7 | 28 | AA | 18 | 30 |
| Octal | 136 | 231 | 217 | 47 | 0 | 7 | 50 | 252 | 30 | 60 |
| Binary | 1011110 | 10011001 | 10001111 | 100111 | 0 | 111 | 101000 | 10101010 | 11000 | 110000 |
Color Harmonies of #5E998F
Complementary color
Monochromatic Colors of #5E998F
Black with #5E998F
Text Example
Text Example
White with #5E998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E998F; }
p { color: rgb(94,153,143); }
H1.HeaderClassName
{
color: #5E998F;
}
.AnyTagClassName
{
color: #5E998F;
}
</style>
background-color css
<style>
a { background-color: #5E998F; }
a { background-color: rgb(94,153,143); }
div.DivClassName
{
background-color: #5E998F;
}
.BgClassName
{
background-color: #5E998F;
}
</style>
border-color css
<style>
span { border-color: #5E998F; }
span { border-color: rgb(94,153,143); }
td.TdClassName
{
border-color: #5E998F;
}
.TagClassName
{
border-color: #5E998F;
}
</style>