Shades of Lochinvar #53948A
Tints of Lochinvar #53948A
RGB
CMYK
RGB Variations
Color information
#53948A (or 0x53948A) is known color: Lochinvar. HEX triplet: 53, 94 and 8A. RGB value is (83,148,138). Sum of RGB (Red+Green+Blue) = 83+148+138=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #53948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53948A is #AC6B75. Grayscale: #7F7F7F. Windows color (decimal): -11299702 or 9081939. OLE color: 9081939.
HSL color Cylindrical-coordinate representation of color #53948A: hue angle of 170.77º 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 #53948A is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 148 | 138 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.42 |
| HSL | 170.77º | 0.28% | 0.45% | - |
| HSV(B) | 170.77º | 0.44% | 0.58% | - |
| XYZ | 18.74 | 24.85 | 27.85 | - |
| YUV | 127.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 138 | 0.44 | 0 | 0.07 | 0.42 | 170.77 | 0.28 | 0.45 |
| Hex | 53 | 94 | 8A | 2C | 0 | 7 | 2A | AB | 1C | 2D |
| Octal | 123 | 224 | 212 | 54 | 0 | 7 | 52 | 253 | 34 | 55 |
| Binary | 1010011 | 10010100 | 10001010 | 101100 | 0 | 111 | 101010 | 10101011 | 11100 | 101101 |
Color Harmonies of #53948A
Complementary color
Monochromatic Colors of #53948A
Black with #53948A
Text Example
Text Example
White with #53948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53948A; }
p { color: rgb(83,148,138); }
H1.HeaderClassName
{
color: #53948A;
}
.AnyTagClassName
{
color: #53948A;
}
</style>
background-color css
<style>
a { background-color: #53948A; }
a { background-color: rgb(83,148,138); }
div.DivClassName
{
background-color: #53948A;
}
.BgClassName
{
background-color: #53948A;
}
</style>
border-color css
<style>
span { border-color: #53948A; }
span { border-color: rgb(83,148,138); }
td.TdClassName
{
border-color: #53948A;
}
.TagClassName
{
border-color: #53948A;
}
</style>