Shades of Lochinvar #539C90
Tints of Lochinvar #539C90
RGB
CMYK
RGB Variations
Color information
#539C90 (or 0x539C90) is known color: Lochinvar. HEX triplet: 53, 9C and 90. RGB value is (83,156,144). Sum of RGB (Red+Green+Blue) = 83+156+144=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #539C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C90 is #AC636F. Grayscale: #848484. Windows color (decimal): -11297648 or 9477203. OLE color: 9477203.
HSL color Cylindrical-coordinate representation of color #539C90: hue angle of 170.14º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539C90 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 144 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.39 |
| HSL | 170.14º | 0.31% | 0.47% | - |
| HSV(B) | 170.14º | 0.47% | 0.61% | - |
| XYZ | 20.49 | 27.63 | 30.64 | - |
| YUV | 132.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 144 | 0.47 | 0 | 0.08 | 0.39 | 170.14 | 0.31 | 0.47 |
| Hex | 53 | 9C | 90 | 2F | 0 | 8 | 27 | AA | 1F | 2F |
| Octal | 123 | 234 | 220 | 57 | 0 | 10 | 47 | 252 | 37 | 57 |
| Binary | 1010011 | 10011100 | 10010000 | 101111 | 0 | 1000 | 100111 | 10101010 | 11111 | 101111 |
Color Harmonies of #539C90
Complementary color
Monochromatic Colors of #539C90
Black with #539C90
Text Example
Text Example
White with #539C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C90; }
p { color: rgb(83,156,144); }
H1.HeaderClassName
{
color: #539C90;
}
.AnyTagClassName
{
color: #539C90;
}
</style>
background-color css
<style>
a { background-color: #539C90; }
a { background-color: rgb(83,156,144); }
div.DivClassName
{
background-color: #539C90;
}
.BgClassName
{
background-color: #539C90;
}
</style>
border-color css
<style>
span { border-color: #539C90; }
span { border-color: rgb(83,156,144); }
td.TdClassName
{
border-color: #539C90;
}
.TagClassName
{
border-color: #539C90;
}
</style>