Shades of Patina #5E907B
Tints of Patina #5E907B
RGB
CMYK
RGB Variations
Color information
#5E907B (or 0x5E907B) is known color: Patina. HEX triplet: 5E, 90 and 7B. RGB value is (94,144,123). Sum of RGB (Red+Green+Blue) = 94+144+123=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #5E907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E907B is #A16F84. Grayscale: #7E7E7E. Windows color (decimal): -10579845 or 8097886. OLE color: 8097886.
HSL color Cylindrical-coordinate representation of color #5E907B: hue angle of 154.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E907B is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 123 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.44 |
| HSL | 154.8º | 0.21% | 0.47% | - |
| HSV(B) | 154.8º | 0.35% | 0.56% | - |
| XYZ | 18.16 | 23.76 | 22.37 | - |
| YUV | 126.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 123 | 0.35 | 0 | 0.15 | 0.44 | 154.8 | 0.21 | 0.47 |
| Hex | 5E | 90 | 7B | 23 | 0 | F | 2C | 9B | 15 | 2F |
| Octal | 136 | 220 | 173 | 43 | 0 | 17 | 54 | 233 | 25 | 57 |
| Binary | 1011110 | 10010000 | 1111011 | 100011 | 0 | 1111 | 101100 | 10011011 | 10101 | 101111 |
Color Harmonies of #5E907B
Complementary color
Monochromatic Colors of #5E907B
Black with #5E907B
Text Example
Text Example
White with #5E907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E907B; }
p { color: rgb(94,144,123); }
H1.HeaderClassName
{
color: #5E907B;
}
.AnyTagClassName
{
color: #5E907B;
}
</style>
background-color css
<style>
a { background-color: #5E907B; }
a { background-color: rgb(94,144,123); }
div.DivClassName
{
background-color: #5E907B;
}
.BgClassName
{
background-color: #5E907B;
}
</style>
border-color css
<style>
span { border-color: #5E907B; }
span { border-color: rgb(94,144,123); }
td.TdClassName
{
border-color: #5E907B;
}
.TagClassName
{
border-color: #5E907B;
}
</style>