Shades of Blue Stone #165D61
Tints of Blue Stone #165D61
RGB
CMYK
RGB Variations
Color information
#165D61 (or 0x165D61) is known color: Blue Stone. HEX triplet: 16, 5D and 61. RGB value is (22,93,97). Sum of RGB (Red+Green+Blue) = 22+93+97=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #165D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D61 is #E9A29E. Grayscale: #484848. Windows color (decimal): -15311519 or 6380822. OLE color: 6380822.
HSL color Cylindrical-coordinate representation of color #165D61: hue angle of 183.2º 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 #165D61 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 93 | 97 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.62 |
| HSL | 183.2º | 0.63% | 0.23% | - |
| HSV(B) | 183.2º | 0.77% | 0.38% | - |
| XYZ | 6.4 | 8.86 | 12.68 | - |
| YUV | 72.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 97 | 0.77 | 0.04 | 0 | 0.62 | 183.2 | 0.63 | 0.23 |
| Hex | 16 | 5D | 61 | 4D | 4 | 0 | 3E | B7 | 3F | 17 |
| Octal | 26 | 135 | 141 | 115 | 4 | 0 | 76 | 267 | 77 | 27 |
| Binary | 10110 | 1011101 | 1100001 | 1001101 | 100 | 0 | 111110 | 10110111 | 111111 | 10111 |
Color Harmonies of #165D61
Complementary color
Monochromatic Colors of #165D61
Black with #165D61
Text Example
Text Example
White with #165D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D61; }
p { color: rgb(22,93,97); }
H1.HeaderClassName
{
color: #165D61;
}
.AnyTagClassName
{
color: #165D61;
}
</style>
background-color css
<style>
a { background-color: #165D61; }
a { background-color: rgb(22,93,97); }
div.DivClassName
{
background-color: #165D61;
}
.BgClassName
{
background-color: #165D61;
}
</style>
border-color css
<style>
span { border-color: #165D61; }
span { border-color: rgb(22,93,97); }
td.TdClassName
{
border-color: #165D61;
}
.TagClassName
{
border-color: #165D61;
}
</style>