Shades of Patina #579F8B
Tints of Patina #579F8B
RGB
CMYK
RGB Variations
Color information
#579F8B (or 0x579F8B) is known color: Patina. HEX triplet: 57, 9F and 8B. RGB value is (87,159,139). Sum of RGB (Red+Green+Blue) = 87+159+139=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #579F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579F8B is #A86074. Grayscale: #878787. Windows color (decimal): -11034741 or 9150295. OLE color: 9150295.
HSL color Cylindrical-coordinate representation of color #579F8B: hue angle of 163.33º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #579F8B is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 159 | 139 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.38 |
| HSL | 163.33º | 0.29% | 0.48% | - |
| HSV(B) | 163.33º | 0.45% | 0.62% | - |
| XYZ | 20.99 | 28.69 | 28.86 | - |
| YUV | 135.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 159 | 139 | 0.45 | 0 | 0.13 | 0.38 | 163.33 | 0.29 | 0.48 |
| Hex | 57 | 9F | 8B | 2D | 0 | D | 26 | A3 | 1D | 30 |
| Octal | 127 | 237 | 213 | 55 | 0 | 15 | 46 | 243 | 35 | 60 |
| Binary | 1010111 | 10011111 | 10001011 | 101101 | 0 | 1101 | 100110 | 10100011 | 11101 | 110000 |
Color Harmonies of #579F8B
Complementary color
Monochromatic Colors of #579F8B
Black with #579F8B
Text Example
Text Example
White with #579F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579F8B; }
p { color: rgb(87,159,139); }
H1.HeaderClassName
{
color: #579F8B;
}
.AnyTagClassName
{
color: #579F8B;
}
</style>
background-color css
<style>
a { background-color: #579F8B; }
a { background-color: rgb(87,159,139); }
div.DivClassName
{
background-color: #579F8B;
}
.BgClassName
{
background-color: #579F8B;
}
</style>
border-color css
<style>
span { border-color: #579F8B; }
span { border-color: rgb(87,159,139); }
td.TdClassName
{
border-color: #579F8B;
}
.TagClassName
{
border-color: #579F8B;
}
</style>