Shades of Blue Stone #165E56
Tints of Blue Stone #165E56
RGB
CMYK
RGB Variations
Color information
#165E56 (or 0x165E56) is known color: Blue Stone. HEX triplet: 16, 5E and 56. RGB value is (22,94,86). Sum of RGB (Red+Green+Blue) = 22+94+86=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #165E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E56 is #E9A1A9. Grayscale: #474747. Windows color (decimal): -15311274 or 5660182. OLE color: 5660182.
HSL color Cylindrical-coordinate representation of color #165E56: hue angle of 173.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E56 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 94 | 86 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.63 |
| HSL | 173.33º | 0.62% | 0.23% | - |
| HSV(B) | 173.33º | 0.77% | 0.37% | - |
| XYZ | 6.01 | 8.85 | 10.19 | - |
| YUV | 71.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 86 | 0.77 | 0 | 0.09 | 0.63 | 173.33 | 0.62 | 0.23 |
| Hex | 16 | 5E | 56 | 4D | 0 | 9 | 3F | AD | 3E | 17 |
| Octal | 26 | 136 | 126 | 115 | 0 | 11 | 77 | 255 | 76 | 27 |
| Binary | 10110 | 1011110 | 1010110 | 1001101 | 0 | 1001 | 111111 | 10101101 | 111110 | 10111 |
Color Harmonies of #165E56
Complementary color
Monochromatic Colors of #165E56
Black with #165E56
Text Example
Text Example
White with #165E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E56; }
p { color: rgb(22,94,86); }
H1.HeaderClassName
{
color: #165E56;
}
.AnyTagClassName
{
color: #165E56;
}
</style>
background-color css
<style>
a { background-color: #165E56; }
a { background-color: rgb(22,94,86); }
div.DivClassName
{
background-color: #165E56;
}
.BgClassName
{
background-color: #165E56;
}
</style>
border-color css
<style>
span { border-color: #165E56; }
span { border-color: rgb(22,94,86); }
td.TdClassName
{
border-color: #165E56;
}
.TagClassName
{
border-color: #165E56;
}
</style>