Shades of Lochinvar #53948C
Tints of Lochinvar #53948C
RGB
CMYK
RGB Variations
Color information
#53948C (or 0x53948C) is known color: Lochinvar. HEX triplet: 53, 94 and 8C. RGB value is (83,148,140). Sum of RGB (Red+Green+Blue) = 83+148+140=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #53948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53948C is #AC6B73. Grayscale: #7F7F7F. Windows color (decimal): -11299700 or 9213011. OLE color: 9213011.
HSL color Cylindrical-coordinate representation of color #53948C: hue angle of 172.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53948C is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 148 | 140 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.42 |
| HSL | 172.62º | 0.28% | 0.45% | - |
| HSV(B) | 172.62º | 0.44% | 0.58% | - |
| XYZ | 18.89 | 24.91 | 28.62 | - |
| YUV | 127.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 140 | 0.44 | 0 | 0.05 | 0.42 | 172.62 | 0.28 | 0.45 |
| Hex | 53 | 94 | 8C | 2C | 0 | 5 | 2A | AD | 1C | 2D |
| Octal | 123 | 224 | 214 | 54 | 0 | 5 | 52 | 255 | 34 | 55 |
| Binary | 1010011 | 10010100 | 10001100 | 101100 | 0 | 101 | 101010 | 10101101 | 11100 | 101101 |
Color Harmonies of #53948C
Complementary color
Monochromatic Colors of #53948C
Black with #53948C
Text Example
Text Example
White with #53948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53948C; }
p { color: rgb(83,148,140); }
H1.HeaderClassName
{
color: #53948C;
}
.AnyTagClassName
{
color: #53948C;
}
</style>
background-color css
<style>
a { background-color: #53948C; }
a { background-color: rgb(83,148,140); }
div.DivClassName
{
background-color: #53948C;
}
.BgClassName
{
background-color: #53948C;
}
</style>
border-color css
<style>
span { border-color: #53948C; }
span { border-color: rgb(83,148,140); }
td.TdClassName
{
border-color: #53948C;
}
.TagClassName
{
border-color: #53948C;
}
</style>