Shades of Blue Stone #165C59
Tints of Blue Stone #165C59
RGB
CMYK
RGB Variations
Color information
#165C59 (or 0x165C59) is known color: Blue Stone. HEX triplet: 16, 5C and 59. RGB value is (22,92,89). Sum of RGB (Red+Green+Blue) = 22+92+89=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #165C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C59 is #E9A3A6. Grayscale: #464646. Windows color (decimal): -15311783 or 5856278. OLE color: 5856278.
HSL color Cylindrical-coordinate representation of color #165C59: hue angle of 177.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165C59 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 89 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.64 |
| HSL | 177.43º | 0.61% | 0.22% | - |
| HSV(B) | 177.43º | 0.76% | 0.36% | - |
| XYZ | 5.96 | 8.55 | 10.79 | - |
| YUV | 70.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 89 | 0.76 | 0 | 0.03 | 0.64 | 177.43 | 0.61 | 0.22 |
| Hex | 16 | 5C | 59 | 4C | 0 | 3 | 40 | B1 | 3D | 16 |
| Octal | 26 | 134 | 131 | 114 | 0 | 3 | 100 | 261 | 75 | 26 |
| Binary | 10110 | 1011100 | 1011001 | 1001100 | 0 | 11 | 1000000 | 10110001 | 111101 | 10110 |
Color Harmonies of #165C59
Complementary color
Monochromatic Colors of #165C59
Black with #165C59
Text Example
Text Example
White with #165C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C59; }
p { color: rgb(22,92,89); }
H1.HeaderClassName
{
color: #165C59;
}
.AnyTagClassName
{
color: #165C59;
}
</style>
background-color css
<style>
a { background-color: #165C59; }
a { background-color: rgb(22,92,89); }
div.DivClassName
{
background-color: #165C59;
}
.BgClassName
{
background-color: #165C59;
}
</style>
border-color css
<style>
span { border-color: #165C59; }
span { border-color: rgb(22,92,89); }
td.TdClassName
{
border-color: #165C59;
}
.TagClassName
{
border-color: #165C59;
}
</style>