Shades of Blue Stone #16575D
Tints of Blue Stone #16575D
RGB
CMYK
RGB Variations
Color information
#16575D (or 0x16575D) is known color: Blue Stone. HEX triplet: 16, 57 and 5D. RGB value is (22,87,93). Sum of RGB (Red+Green+Blue) = 22+87+93=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #16575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16575D is #E9A8A2. Grayscale: #444444. Windows color (decimal): -15313059 or 6117142. OLE color: 6117142.
HSL color Cylindrical-coordinate representation of color #16575D: hue angle of 185.07º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16575D is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 87 | 93 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.64 |
| HSL | 185.07º | 0.62% | 0.23% | - |
| HSV(B) | 185.07º | 0.76% | 0.36% | - |
| XYZ | 5.71 | 7.78 | 11.56 | - |
| YUV | 68.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 93 | 0.76 | 0.06 | 0 | 0.64 | 185.07 | 0.62 | 0.23 |
| Hex | 16 | 57 | 5D | 4C | 6 | 0 | 40 | B9 | 3E | 17 |
| Octal | 26 | 127 | 135 | 114 | 6 | 0 | 100 | 271 | 76 | 27 |
| Binary | 10110 | 1010111 | 1011101 | 1001100 | 110 | 0 | 1000000 | 10111001 | 111110 | 10111 |
Color Harmonies of #16575D
Complementary color
Monochromatic Colors of #16575D
Black with #16575D
Text Example
Text Example
White with #16575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16575D; }
p { color: rgb(22,87,93); }
H1.HeaderClassName
{
color: #16575D;
}
.AnyTagClassName
{
color: #16575D;
}
</style>
background-color css
<style>
a { background-color: #16575D; }
a { background-color: rgb(22,87,93); }
div.DivClassName
{
background-color: #16575D;
}
.BgClassName
{
background-color: #16575D;
}
</style>
border-color css
<style>
span { border-color: #16575D; }
span { border-color: rgb(22,87,93); }
td.TdClassName
{
border-color: #16575D;
}
.TagClassName
{
border-color: #16575D;
}
</style>