Shades of Blue Stone #16555D
Tints of Blue Stone #16555D
RGB
CMYK
RGB Variations
Color information
#16555D (or 0x16555D) is known color: Blue Stone. HEX triplet: 16, 55 and 5D. RGB value is (22,85,93). Sum of RGB (Red+Green+Blue) = 22+85+93=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #16555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16555D is #E9AAA2. Grayscale: #424242. Windows color (decimal): -15313571 or 6116630. OLE color: 6116630.
HSL color Cylindrical-coordinate representation of color #16555D: hue angle of 186.76º 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 #16555D is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 85 | 93 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.64 |
| HSL | 186.76º | 0.62% | 0.23% | - |
| HSV(B) | 186.76º | 0.76% | 0.36% | - |
| XYZ | 5.56 | 7.46 | 11.5 | - |
| YUV | 67.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 93 | 0.76 | 0.09 | 0 | 0.64 | 186.76 | 0.62 | 0.23 |
| Hex | 16 | 55 | 5D | 4C | 9 | 0 | 40 | BB | 3E | 17 |
| Octal | 26 | 125 | 135 | 114 | 11 | 0 | 100 | 273 | 76 | 27 |
| Binary | 10110 | 1010101 | 1011101 | 1001100 | 1001 | 0 | 1000000 | 10111011 | 111110 | 10111 |
Color Harmonies of #16555D
Complementary color
Monochromatic Colors of #16555D
Black with #16555D
Text Example
Text Example
White with #16555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16555D; }
p { color: rgb(22,85,93); }
H1.HeaderClassName
{
color: #16555D;
}
.AnyTagClassName
{
color: #16555D;
}
</style>
background-color css
<style>
a { background-color: #16555D; }
a { background-color: rgb(22,85,93); }
div.DivClassName
{
background-color: #16555D;
}
.BgClassName
{
background-color: #16555D;
}
</style>
border-color css
<style>
span { border-color: #16555D; }
span { border-color: rgb(22,85,93); }
td.TdClassName
{
border-color: #16555D;
}
.TagClassName
{
border-color: #16555D;
}
</style>