Shades of Lochinvar #578884
Tints of Lochinvar #578884
RGB
CMYK
RGB Variations
Color information
#578884 (or 0x578884) is known color: Lochinvar. HEX triplet: 57, 88 and 84. RGB value is (87,136,132). Sum of RGB (Red+Green+Blue) = 87+136+132=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #578884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578884 is #A8777B. Grayscale: #787878. Windows color (decimal): -11040636 or 8685655. OLE color: 8685655.
HSL color Cylindrical-coordinate representation of color #578884: hue angle of 175.1º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #578884 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 136 | 132 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.47 |
| HSL | 175.1º | 0.22% | 0.44% | - |
| HSV(B) | 175.1º | 0.36% | 0.53% | - |
| XYZ | 16.9 | 21.3 | 25.05 | - |
| YUV | 120.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 132 | 0.36 | 0 | 0.03 | 0.47 | 175.1 | 0.22 | 0.44 |
| Hex | 57 | 88 | 84 | 24 | 0 | 3 | 2F | AF | 16 | 2C |
| Octal | 127 | 210 | 204 | 44 | 0 | 3 | 57 | 257 | 26 | 54 |
| Binary | 1010111 | 10001000 | 10000100 | 100100 | 0 | 11 | 101111 | 10101111 | 10110 | 101100 |
Color Harmonies of #578884
Complementary color
Monochromatic Colors of #578884
Black with #578884
Text Example
Text Example
White with #578884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578884; }
p { color: rgb(87,136,132); }
H1.HeaderClassName
{
color: #578884;
}
.AnyTagClassName
{
color: #578884;
}
</style>
background-color css
<style>
a { background-color: #578884; }
a { background-color: rgb(87,136,132); }
div.DivClassName
{
background-color: #578884;
}
.BgClassName
{
background-color: #578884;
}
</style>
border-color css
<style>
span { border-color: #578884; }
span { border-color: rgb(87,136,132); }
td.TdClassName
{
border-color: #578884;
}
.TagClassName
{
border-color: #578884;
}
</style>