Shades of Lochinvar #43857D
Tints of Lochinvar #43857D
RGB
CMYK
RGB Variations
Color information
#43857D (or 0x43857D) is known color: Lochinvar. HEX triplet: 43, 85 and 7D. RGB value is (67,133,125). Sum of RGB (Red+Green+Blue) = 67+133+125=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #43857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43857D is #BC7A82. Grayscale: #707070. Windows color (decimal): -12352131 or 8226115. OLE color: 8226115.
HSL color Cylindrical-coordinate representation of color #43857D: hue angle of 172.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43857D is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 133 | 125 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.48 |
| HSL | 172.73º | 0.33% | 0.39% | - |
| HSV(B) | 172.73º | 0.5% | 0.52% | - |
| XYZ | 14.4 | 19.45 | 22.4 | - |
| YUV | 112.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 125 | 0.50 | 0 | 0.06 | 0.48 | 172.73 | 0.33 | 0.39 |
| Hex | 43 | 85 | 7D | 32 | 0 | 6 | 30 | AD | 21 | 27 |
| Octal | 103 | 205 | 175 | 62 | 0 | 6 | 60 | 255 | 41 | 47 |
| Binary | 1000011 | 10000101 | 1111101 | 110010 | 0 | 110 | 110000 | 10101101 | 100001 | 100111 |
Color Harmonies of #43857D
Complementary color
Monochromatic Colors of #43857D
Black with #43857D
Text Example
Text Example
White with #43857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43857D; }
p { color: rgb(67,133,125); }
H1.HeaderClassName
{
color: #43857D;
}
.AnyTagClassName
{
color: #43857D;
}
</style>
background-color css
<style>
a { background-color: #43857D; }
a { background-color: rgb(67,133,125); }
div.DivClassName
{
background-color: #43857D;
}
.BgClassName
{
background-color: #43857D;
}
</style>
border-color css
<style>
span { border-color: #43857D; }
span { border-color: rgb(67,133,125); }
td.TdClassName
{
border-color: #43857D;
}
.TagClassName
{
border-color: #43857D;
}
</style>