Shades of Blue Stone #165D56
Tints of Blue Stone #165D56
RGB
CMYK
RGB Variations
Color information
#165D56 (or 0x165D56) is known color: Blue Stone. HEX triplet: 16, 5D and 56. RGB value is (22,93,86). Sum of RGB (Red+Green+Blue) = 22+93+86=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #165D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D56 is #E9A2A9. Grayscale: #464646. Windows color (decimal): -15311530 or 5659926. OLE color: 5659926.
HSL color Cylindrical-coordinate representation of color #165D56: hue angle of 174.08º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165D56 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 86 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.64 |
| HSL | 174.08º | 0.62% | 0.23% | - |
| HSV(B) | 174.08º | 0.76% | 0.36% | - |
| XYZ | 5.92 | 8.67 | 10.17 | - |
| YUV | 70.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 86 | 0.76 | 0 | 0.08 | 0.64 | 174.08 | 0.62 | 0.23 |
| Hex | 16 | 5D | 56 | 4C | 0 | 8 | 40 | AE | 3E | 17 |
| Octal | 26 | 135 | 126 | 114 | 0 | 10 | 100 | 256 | 76 | 27 |
| Binary | 10110 | 1011101 | 1010110 | 1001100 | 0 | 1000 | 1000000 | 10101110 | 111110 | 10111 |
Color Harmonies of #165D56
Complementary color
Monochromatic Colors of #165D56
Black with #165D56
Text Example
Text Example
White with #165D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D56; }
p { color: rgb(22,93,86); }
H1.HeaderClassName
{
color: #165D56;
}
.AnyTagClassName
{
color: #165D56;
}
</style>
background-color css
<style>
a { background-color: #165D56; }
a { background-color: rgb(22,93,86); }
div.DivClassName
{
background-color: #165D56;
}
.BgClassName
{
background-color: #165D56;
}
</style>
border-color css
<style>
span { border-color: #165D56; }
span { border-color: rgb(22,93,86); }
td.TdClassName
{
border-color: #165D56;
}
.TagClassName
{
border-color: #165D56;
}
</style>