Shades of Blue Stone #16565C
Tints of Blue Stone #16565C
RGB
CMYK
RGB Variations
Color information
#16565C (or 0x16565C) is known color: Blue Stone. HEX triplet: 16, 56 and 5C. RGB value is (22,86,92). Sum of RGB (Red+Green+Blue) = 22+86+92=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #16565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16565C is #E9A9A3. Grayscale: #434343. Windows color (decimal): -15313316 or 6051350. OLE color: 6051350.
HSL color Cylindrical-coordinate representation of color #16565C: hue angle of 185.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16565C is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 86 | 92 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.64 |
| HSL | 185.14º | 0.61% | 0.22% | - |
| HSV(B) | 185.14º | 0.76% | 0.36% | - |
| XYZ | 5.59 | 7.6 | 11.3 | - |
| YUV | 67.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 92 | 0.76 | 0.07 | 0 | 0.64 | 185.14 | 0.61 | 0.22 |
| Hex | 16 | 56 | 5C | 4C | 7 | 0 | 40 | B9 | 3D | 16 |
| Octal | 26 | 126 | 134 | 114 | 7 | 0 | 100 | 271 | 75 | 26 |
| Binary | 10110 | 1010110 | 1011100 | 1001100 | 111 | 0 | 1000000 | 10111001 | 111101 | 10110 |
Color Harmonies of #16565C
Complementary color
Monochromatic Colors of #16565C
Black with #16565C
Text Example
Text Example
White with #16565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16565C; }
p { color: rgb(22,86,92); }
H1.HeaderClassName
{
color: #16565C;
}
.AnyTagClassName
{
color: #16565C;
}
</style>
background-color css
<style>
a { background-color: #16565C; }
a { background-color: rgb(22,86,92); }
div.DivClassName
{
background-color: #16565C;
}
.BgClassName
{
background-color: #16565C;
}
</style>
border-color css
<style>
span { border-color: #16565C; }
span { border-color: rgb(22,86,92); }
td.TdClassName
{
border-color: #16565C;
}
.TagClassName
{
border-color: #16565C;
}
</style>