Shades of Lochinvar #358B80
Tints of Lochinvar #358B80
RGB
CMYK
RGB Variations
Color information
#358B80 (or 0x358B80) is known color: Lochinvar. HEX triplet: 35, 8B and 80. RGB value is (53,139,128). Sum of RGB (Red+Green+Blue) = 53+139+128=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #358B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358B80 is #CA747F. Grayscale: #6F6F6F. Windows color (decimal): -13268096 or 8424245. OLE color: 8424245.
HSL color Cylindrical-coordinate representation of color #358B80: hue angle of 172.33º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358B80 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 128 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.45 |
| HSL | 172.33º | 0.45% | 0.38% | - |
| HSV(B) | 172.33º | 0.62% | 0.55% | - |
| XYZ | 14.6 | 20.78 | 23.66 | - |
| YUV | 112.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 128 | 0.62 | 0 | 0.08 | 0.45 | 172.33 | 0.45 | 0.38 |
| Hex | 35 | 8B | 80 | 3E | 0 | 8 | 2D | AC | 2D | 26 |
| Octal | 65 | 213 | 200 | 76 | 0 | 10 | 55 | 254 | 55 | 46 |
| Binary | 110101 | 10001011 | 10000000 | 111110 | 0 | 1000 | 101101 | 10101100 | 101101 | 100110 |
Color Harmonies of #358B80
Complementary color
Monochromatic Colors of #358B80
Black with #358B80
Text Example
Text Example
White with #358B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B80; }
p { color: rgb(53,139,128); }
H1.HeaderClassName
{
color: #358B80;
}
.AnyTagClassName
{
color: #358B80;
}
</style>
background-color css
<style>
a { background-color: #358B80; }
a { background-color: rgb(53,139,128); }
div.DivClassName
{
background-color: #358B80;
}
.BgClassName
{
background-color: #358B80;
}
</style>
border-color css
<style>
span { border-color: #358B80; }
span { border-color: rgb(53,139,128); }
td.TdClassName
{
border-color: #358B80;
}
.TagClassName
{
border-color: #358B80;
}
</style>