Shades of Blue Stone #16575F
Tints of Blue Stone #16575F
RGB
CMYK
RGB Variations
Color information
#16575F (or 0x16575F) is known color: Blue Stone. HEX triplet: 16, 57 and 5F. RGB value is (22,87,95). Sum of RGB (Red+Green+Blue) = 22+87+95=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #16575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16575F is #E9A8A0. Grayscale: #444444. Windows color (decimal): -15313057 or 6248214. OLE color: 6248214.
HSL color Cylindrical-coordinate representation of color #16575F: hue angle of 186.58º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16575F is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 87 | 95 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.63 |
| HSL | 186.58º | 0.62% | 0.23% | - |
| HSV(B) | 186.58º | 0.77% | 0.37% | - |
| XYZ | 5.8 | 7.81 | 12.03 | - |
| YUV | 68.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 95 | 0.77 | 0.08 | 0 | 0.63 | 186.58 | 0.62 | 0.23 |
| Hex | 16 | 57 | 5F | 4D | 8 | 0 | 3F | BB | 3E | 17 |
| Octal | 26 | 127 | 137 | 115 | 10 | 0 | 77 | 273 | 76 | 27 |
| Binary | 10110 | 1010111 | 1011111 | 1001101 | 1000 | 0 | 111111 | 10111011 | 111110 | 10111 |
Color Harmonies of #16575F
Complementary color
Monochromatic Colors of #16575F
Black with #16575F
Text Example
Text Example
White with #16575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16575F; }
p { color: rgb(22,87,95); }
H1.HeaderClassName
{
color: #16575F;
}
.AnyTagClassName
{
color: #16575F;
}
</style>
background-color css
<style>
a { background-color: #16575F; }
a { background-color: rgb(22,87,95); }
div.DivClassName
{
background-color: #16575F;
}
.BgClassName
{
background-color: #16575F;
}
</style>
border-color css
<style>
span { border-color: #16575F; }
span { border-color: rgb(22,87,95); }
td.TdClassName
{
border-color: #16575F;
}
.TagClassName
{
border-color: #16575F;
}
</style>