Shades of Blue Stone #16635E
Tints of Blue Stone #16635E
RGB
CMYK
RGB Variations
Color information
#16635E (or 0x16635E) is known color: Blue Stone. HEX triplet: 16, 63 and 5E. RGB value is (22,99,94). Sum of RGB (Red+Green+Blue) = 22+99+94=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #16635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16635E is #E99CA1. Grayscale: #4B4B4B. Windows color (decimal): -15309986 or 6185750. OLE color: 6185750.
HSL color Cylindrical-coordinate representation of color #16635E: hue angle of 176.1º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16635E is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 94 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.61 |
| HSL | 176.1º | 0.64% | 0.24% | - |
| HSV(B) | 176.1º | 0.78% | 0.39% | - |
| XYZ | 6.81 | 9.9 | 12.14 | - |
| YUV | 75.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 94 | 0.78 | 0 | 0.05 | 0.61 | 176.1 | 0.64 | 0.24 |
| Hex | 16 | 63 | 5E | 4E | 0 | 5 | 3D | B0 | 40 | 18 |
| Octal | 26 | 143 | 136 | 116 | 0 | 5 | 75 | 260 | 100 | 30 |
| Binary | 10110 | 1100011 | 1011110 | 1001110 | 0 | 101 | 111101 | 10110000 | 1000000 | 11000 |
Color Harmonies of #16635E
Complementary color
Monochromatic Colors of #16635E
Black with #16635E
Text Example
Text Example
White with #16635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16635E; }
p { color: rgb(22,99,94); }
H1.HeaderClassName
{
color: #16635E;
}
.AnyTagClassName
{
color: #16635E;
}
</style>
background-color css
<style>
a { background-color: #16635E; }
a { background-color: rgb(22,99,94); }
div.DivClassName
{
background-color: #16635E;
}
.BgClassName
{
background-color: #16635E;
}
</style>
border-color css
<style>
span { border-color: #16635E; }
span { border-color: rgb(22,99,94); }
td.TdClassName
{
border-color: #16635E;
}
.TagClassName
{
border-color: #16635E;
}
</style>