Shades of Blue Stone #165E55
Tints of Blue Stone #165E55
RGB
CMYK
RGB Variations
Color information
#165E55 (or 0x165E55) is known color: Blue Stone. HEX triplet: 16, 5E and 55. RGB value is (22,94,85). Sum of RGB (Red+Green+Blue) = 22+94+85=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 94 (37.11% from 255 or 46.77% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 94 - color contains mainly: green. Hex color #165E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E55 is #E9A1AA. Grayscale: #474747. Windows color (decimal): -15311275 or 5594646. OLE color: 5594646.
HSL color Cylindrical-coordinate representation of color #165E55: hue angle of 172.5º 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 #165E55 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 94 | 85 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.63 |
| HSL | 172.5º | 0.62% | 0.23% | - |
| HSV(B) | 172.5º | 0.77% | 0.37% | - |
| XYZ | 5.97 | 8.83 | 9.98 | - |
| YUV | 71.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 85 | 0.77 | 0 | 0.10 | 0.63 | 172.5 | 0.62 | 0.23 |
| Hex | 16 | 5E | 55 | 4D | 0 | A | 3F | AC | 3E | 17 |
| Octal | 26 | 136 | 125 | 115 | 0 | 12 | 77 | 254 | 76 | 27 |
| Binary | 10110 | 1011110 | 1010101 | 1001101 | 0 | 1010 | 111111 | 10101100 | 111110 | 10111 |
Color Harmonies of #165E55
Complementary color
Monochromatic Colors of #165E55
Black with #165E55
Text Example
Text Example
White with #165E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E55; }
p { color: rgb(22,94,85); }
H1.HeaderClassName
{
color: #165E55;
}
.AnyTagClassName
{
color: #165E55;
}
</style>
background-color css
<style>
a { background-color: #165E55; }
a { background-color: rgb(22,94,85); }
div.DivClassName
{
background-color: #165E55;
}
.BgClassName
{
background-color: #165E55;
}
</style>
border-color css
<style>
span { border-color: #165E55; }
span { border-color: rgb(22,94,85); }
td.TdClassName
{
border-color: #165E55;
}
.TagClassName
{
border-color: #165E55;
}
</style>