Shades of Blue Stone #165E61
Tints of Blue Stone #165E61
RGB
CMYK
RGB Variations
Color information
#165E61 (or 0x165E61) is known color: Blue Stone. HEX triplet: 16, 5E and 61. RGB value is (22,94,97). Sum of RGB (Red+Green+Blue) = 22+94+97=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #165E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E61 is #E9A19E. Grayscale: #484848. Windows color (decimal): -15311263 or 6381078. OLE color: 6381078.
HSL color Cylindrical-coordinate representation of color #165E61: hue angle of 182.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 #165E61 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 94 | 97 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.62 |
| HSL | 182.4º | 0.63% | 0.23% | - |
| HSV(B) | 182.4º | 0.77% | 0.38% | - |
| XYZ | 6.49 | 9.04 | 12.71 | - |
| YUV | 72.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 97 | 0.77 | 0.03 | 0 | 0.62 | 182.4 | 0.63 | 0.23 |
| Hex | 16 | 5E | 61 | 4D | 3 | 0 | 3E | B6 | 3F | 17 |
| Octal | 26 | 136 | 141 | 115 | 3 | 0 | 76 | 266 | 77 | 27 |
| Binary | 10110 | 1011110 | 1100001 | 1001101 | 11 | 0 | 111110 | 10110110 | 111111 | 10111 |
Color Harmonies of #165E61
Complementary color
Monochromatic Colors of #165E61
Black with #165E61
Text Example
Text Example
White with #165E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E61; }
p { color: rgb(22,94,97); }
H1.HeaderClassName
{
color: #165E61;
}
.AnyTagClassName
{
color: #165E61;
}
</style>
background-color css
<style>
a { background-color: #165E61; }
a { background-color: rgb(22,94,97); }
div.DivClassName
{
background-color: #165E61;
}
.BgClassName
{
background-color: #165E61;
}
</style>
border-color css
<style>
span { border-color: #165E61; }
span { border-color: rgb(22,94,97); }
td.TdClassName
{
border-color: #165E61;
}
.TagClassName
{
border-color: #165E61;
}
</style>