Shades of Blue Stone #16565B
Tints of Blue Stone #16565B
RGB
CMYK
RGB Variations
Color information
#16565B (or 0x16565B) is known color: Blue Stone. HEX triplet: 16, 56 and 5B. RGB value is (22,86,91). Sum of RGB (Red+Green+Blue) = 22+86+91=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #16565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16565B is #E9A9A4. Grayscale: #434343. Windows color (decimal): -15313317 or 5985814. OLE color: 5985814.
HSL color Cylindrical-coordinate representation of color #16565B: hue angle of 184.35º 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 #16565B is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 86 | 91 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.64 |
| HSL | 184.35º | 0.61% | 0.22% | - |
| HSV(B) | 184.35º | 0.76% | 0.36% | - |
| XYZ | 5.55 | 7.58 | 11.07 | - |
| YUV | 67.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 91 | 0.76 | 0.05 | 0 | 0.64 | 184.35 | 0.61 | 0.22 |
| Hex | 16 | 56 | 5B | 4C | 5 | 0 | 40 | B8 | 3D | 16 |
| Octal | 26 | 126 | 133 | 114 | 5 | 0 | 100 | 270 | 75 | 26 |
| Binary | 10110 | 1010110 | 1011011 | 1001100 | 101 | 0 | 1000000 | 10111000 | 111101 | 10110 |
Color Harmonies of #16565B
Complementary color
Monochromatic Colors of #16565B
Black with #16565B
Text Example
Text Example
White with #16565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16565B; }
p { color: rgb(22,86,91); }
H1.HeaderClassName
{
color: #16565B;
}
.AnyTagClassName
{
color: #16565B;
}
</style>
background-color css
<style>
a { background-color: #16565B; }
a { background-color: rgb(22,86,91); }
div.DivClassName
{
background-color: #16565B;
}
.BgClassName
{
background-color: #16565B;
}
</style>
border-color css
<style>
span { border-color: #16565B; }
span { border-color: rgb(22,86,91); }
td.TdClassName
{
border-color: #16565B;
}
.TagClassName
{
border-color: #16565B;
}
</style>