Shades of Blue Stone #16595C
Tints of Blue Stone #16595C
RGB
CMYK
RGB Variations
Color information
#16595C (or 0x16595C) is known color: Blue Stone. HEX triplet: 16, 59 and 5C. RGB value is (22,89,92). Sum of RGB (Red+Green+Blue) = 22+89+92=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #16595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16595C is #E9A6A3. Grayscale: #454545. Windows color (decimal): -15312548 or 6052118. OLE color: 6052118.
HSL color Cylindrical-coordinate representation of color #16595C: hue angle of 182.57º 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 #16595C is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 89 | 92 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.64 |
| HSL | 182.57º | 0.61% | 0.22% | - |
| HSV(B) | 182.57º | 0.76% | 0.36% | - |
| XYZ | 5.84 | 8.09 | 11.38 | - |
| YUV | 69.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 92 | 0.76 | 0.03 | 0 | 0.64 | 182.57 | 0.61 | 0.22 |
| Hex | 16 | 59 | 5C | 4C | 3 | 0 | 40 | B7 | 3D | 16 |
| Octal | 26 | 131 | 134 | 114 | 3 | 0 | 100 | 267 | 75 | 26 |
| Binary | 10110 | 1011001 | 1011100 | 1001100 | 11 | 0 | 1000000 | 10110111 | 111101 | 10110 |
Color Harmonies of #16595C
Complementary color
Monochromatic Colors of #16595C
Black with #16595C
Text Example
Text Example
White with #16595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16595C; }
p { color: rgb(22,89,92); }
H1.HeaderClassName
{
color: #16595C;
}
.AnyTagClassName
{
color: #16595C;
}
</style>
background-color css
<style>
a { background-color: #16595C; }
a { background-color: rgb(22,89,92); }
div.DivClassName
{
background-color: #16595C;
}
.BgClassName
{
background-color: #16595C;
}
</style>
border-color css
<style>
span { border-color: #16595C; }
span { border-color: rgb(22,89,92); }
td.TdClassName
{
border-color: #16595C;
}
.TagClassName
{
border-color: #16595C;
}
</style>