Shades of Blue Smoke #718574
Tints of Blue Smoke #718574
RGB
CMYK
RGB Variations
Color information
#718574 (or 0x718574) is known color: Blue Smoke. HEX triplet: 71, 85 and 74. RGB value is (113,133,116). Sum of RGB (Red+Green+Blue) = 113+133+116=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #718574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718574 is #8E7A8B. Grayscale: #7D7D7D. Windows color (decimal): -9337484 or 7636337. OLE color: 7636337.
HSL color Cylindrical-coordinate representation of color #718574: hue angle of 129º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #718574 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 116 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.48 |
| HSL | 129º | 0.08% | 0.48% | - |
| HSV(B) | 129º | 0.15% | 0.52% | - |
| XYZ | 18.35 | 21.55 | 19.71 | - |
| YUV | 125.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 116 | 0.15 | 0 | 0.13 | 0.48 | 129 | 0.08 | 0.48 |
| Hex | 71 | 85 | 74 | F | 0 | D | 30 | 81 | 8 | 30 |
| Octal | 161 | 205 | 164 | 17 | 0 | 15 | 60 | 201 | 10 | 60 |
| Binary | 1110001 | 10000101 | 1110100 | 1111 | 0 | 1101 | 110000 | 10000001 | 1000 | 110000 |
Color Harmonies of #718574
Complementary color
Monochromatic Colors of #718574
Black with #718574
Text Example
Text Example
White with #718574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718574; }
p { color: rgb(113,133,116); }
H1.HeaderClassName
{
color: #718574;
}
.AnyTagClassName
{
color: #718574;
}
</style>
background-color css
<style>
a { background-color: #718574; }
a { background-color: rgb(113,133,116); }
div.DivClassName
{
background-color: #718574;
}
.BgClassName
{
background-color: #718574;
}
</style>
border-color css
<style>
span { border-color: #718574; }
span { border-color: rgb(113,133,116); }
td.TdClassName
{
border-color: #718574;
}
.TagClassName
{
border-color: #718574;
}
</style>