Shades of Blue Stone #165961
Tints of Blue Stone #165961
RGB
CMYK
RGB Variations
Color information
#165961 (or 0x165961) is known color: Blue Stone. HEX triplet: 16, 59 and 61. RGB value is (22,89,97). Sum of RGB (Red+Green+Blue) = 22+89+97=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #165961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165961 is #E9A69E. Grayscale: #454545. Windows color (decimal): -15312543 or 6379798. OLE color: 6379798.
HSL color Cylindrical-coordinate representation of color #165961: hue angle of 186.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165961 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 89 | 97 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.62 |
| HSL | 186.4º | 0.63% | 0.23% | - |
| HSV(B) | 186.4º | 0.77% | 0.38% | - |
| XYZ | 6.06 | 8.18 | 12.57 | - |
| YUV | 69.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 97 | 0.77 | 0.08 | 0 | 0.62 | 186.4 | 0.63 | 0.23 |
| Hex | 16 | 59 | 61 | 4D | 8 | 0 | 3E | BA | 3F | 17 |
| Octal | 26 | 131 | 141 | 115 | 10 | 0 | 76 | 272 | 77 | 27 |
| Binary | 10110 | 1011001 | 1100001 | 1001101 | 1000 | 0 | 111110 | 10111010 | 111111 | 10111 |
Color Harmonies of #165961
Complementary color
Monochromatic Colors of #165961
Black with #165961
Text Example
Text Example
White with #165961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165961; }
p { color: rgb(22,89,97); }
H1.HeaderClassName
{
color: #165961;
}
.AnyTagClassName
{
color: #165961;
}
</style>
background-color css
<style>
a { background-color: #165961; }
a { background-color: rgb(22,89,97); }
div.DivClassName
{
background-color: #165961;
}
.BgClassName
{
background-color: #165961;
}
</style>
border-color css
<style>
span { border-color: #165961; }
span { border-color: rgb(22,89,97); }
td.TdClassName
{
border-color: #165961;
}
.TagClassName
{
border-color: #165961;
}
</style>