Shades of Lochinvar #538883
Tints of Lochinvar #538883
RGB
CMYK
RGB Variations
Color information
#538883 (or 0x538883) is known color: Lochinvar. HEX triplet: 53, 88 and 83. RGB value is (83,136,131). Sum of RGB (Red+Green+Blue) = 83+136+131=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #538883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538883 is #AC777C. Grayscale: #777777. Windows color (decimal): -11302781 or 8620115. OLE color: 8620115.
HSL color Cylindrical-coordinate representation of color #538883: hue angle of 174.34º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538883 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 131 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.47 |
| HSL | 174.34º | 0.24% | 0.43% | - |
| HSV(B) | 174.34º | 0.39% | 0.53% | - |
| XYZ | 16.47 | 21.09 | 24.67 | - |
| YUV | 119.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 131 | 0.39 | 0 | 0.04 | 0.47 | 174.34 | 0.24 | 0.43 |
| Hex | 53 | 88 | 83 | 27 | 0 | 4 | 2F | AE | 18 | 2B |
| Octal | 123 | 210 | 203 | 47 | 0 | 4 | 57 | 256 | 30 | 53 |
| Binary | 1010011 | 10001000 | 10000011 | 100111 | 0 | 100 | 101111 | 10101110 | 11000 | 101011 |
Color Harmonies of #538883
Complementary color
Monochromatic Colors of #538883
Black with #538883
Text Example
Text Example
White with #538883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538883; }
p { color: rgb(83,136,131); }
H1.HeaderClassName
{
color: #538883;
}
.AnyTagClassName
{
color: #538883;
}
</style>
background-color css
<style>
a { background-color: #538883; }
a { background-color: rgb(83,136,131); }
div.DivClassName
{
background-color: #538883;
}
.BgClassName
{
background-color: #538883;
}
</style>
border-color css
<style>
span { border-color: #538883; }
span { border-color: rgb(83,136,131); }
td.TdClassName
{
border-color: #538883;
}
.TagClassName
{
border-color: #538883;
}
</style>