Shades of Lochinvar #579A8D
Tints of Lochinvar #579A8D
RGB
CMYK
RGB Variations
Color information
#579A8D (or 0x579A8D) is known color: Lochinvar. HEX triplet: 57, 9A and 8D. RGB value is (87,154,141). Sum of RGB (Red+Green+Blue) = 87+154+141=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 154 - color contains mainly: green. Hex color #579A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579A8D is #A86572. Grayscale: #848484. Windows color (decimal): -11036019 or 9280087. OLE color: 9280087.
HSL color Cylindrical-coordinate representation of color #579A8D: hue angle of 168.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579A8D is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 154 | 141 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.40 |
| HSL | 168.36º | 0.28% | 0.47% | - |
| HSV(B) | 168.36º | 0.44% | 0.6% | - |
| XYZ | 20.29 | 27.06 | 29.35 | - |
| YUV | 132.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 154 | 141 | 0.44 | 0 | 0.08 | 0.40 | 168.36 | 0.28 | 0.47 |
| Hex | 57 | 9A | 8D | 2C | 0 | 8 | 28 | A8 | 1C | 2F |
| Octal | 127 | 232 | 215 | 54 | 0 | 10 | 50 | 250 | 34 | 57 |
| Binary | 1010111 | 10011010 | 10001101 | 101100 | 0 | 1000 | 101000 | 10101000 | 11100 | 101111 |
Color Harmonies of #579A8D
Complementary color
Monochromatic Colors of #579A8D
Black with #579A8D
Text Example
Text Example
White with #579A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579A8D; }
p { color: rgb(87,154,141); }
H1.HeaderClassName
{
color: #579A8D;
}
.AnyTagClassName
{
color: #579A8D;
}
</style>
background-color css
<style>
a { background-color: #579A8D; }
a { background-color: rgb(87,154,141); }
div.DivClassName
{
background-color: #579A8D;
}
.BgClassName
{
background-color: #579A8D;
}
</style>
border-color css
<style>
span { border-color: #579A8D; }
span { border-color: rgb(87,154,141); }
td.TdClassName
{
border-color: #579A8D;
}
.TagClassName
{
border-color: #579A8D;
}
</style>