Shades of Lochinvar #358C82
Tints of Lochinvar #358C82
RGB
CMYK
RGB Variations
Color information
#358C82 (or 0x358C82) is known color: Lochinvar. HEX triplet: 35, 8C and 82. RGB value is (53,140,130). Sum of RGB (Red+Green+Blue) = 53+140+130=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #358C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C82 is #CA737D. Grayscale: #707070. Windows color (decimal): -13267838 or 8555573. OLE color: 8555573.
HSL color Cylindrical-coordinate representation of color #358C82: hue angle of 173.1º 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 #358C82 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 140 | 130 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.45 |
| HSL | 173.1º | 0.45% | 0.38% | - |
| HSV(B) | 173.1º | 0.62% | 0.55% | - |
| XYZ | 14.88 | 21.12 | 24.41 | - |
| YUV | 112.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 130 | 0.62 | 0 | 0.07 | 0.45 | 173.1 | 0.45 | 0.38 |
| Hex | 35 | 8C | 82 | 3E | 0 | 7 | 2D | AD | 2D | 26 |
| Octal | 65 | 214 | 202 | 76 | 0 | 7 | 55 | 255 | 55 | 46 |
| Binary | 110101 | 10001100 | 10000010 | 111110 | 0 | 111 | 101101 | 10101101 | 101101 | 100110 |
Color Harmonies of #358C82
Complementary color
Monochromatic Colors of #358C82
Black with #358C82
Text Example
Text Example
White with #358C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C82; }
p { color: rgb(53,140,130); }
H1.HeaderClassName
{
color: #358C82;
}
.AnyTagClassName
{
color: #358C82;
}
</style>
background-color css
<style>
a { background-color: #358C82; }
a { background-color: rgb(53,140,130); }
div.DivClassName
{
background-color: #358C82;
}
.BgClassName
{
background-color: #358C82;
}
</style>
border-color css
<style>
span { border-color: #358C82; }
span { border-color: rgb(53,140,130); }
td.TdClassName
{
border-color: #358C82;
}
.TagClassName
{
border-color: #358C82;
}
</style>