Shades of Blue Stone #16555C
Tints of Blue Stone #16555C
RGB
CMYK
RGB Variations
Color information
#16555C (or 0x16555C) is known color: Blue Stone. HEX triplet: 16, 55 and 5C. RGB value is (22,85,92). Sum of RGB (Red+Green+Blue) = 22+85+92=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #16555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16555C is #E9AAA3. Grayscale: #424242. Windows color (decimal): -15313572 or 6051094. OLE color: 6051094.
HSL color Cylindrical-coordinate representation of color #16555C: hue angle of 186º 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 #16555C is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 85 | 92 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.64 |
| HSL | 186º | 0.61% | 0.22% | - |
| HSV(B) | 186º | 0.76% | 0.36% | - |
| XYZ | 5.51 | 7.44 | 11.27 | - |
| YUV | 66.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 92 | 0.76 | 0.08 | 0 | 0.64 | 186 | 0.61 | 0.22 |
| Hex | 16 | 55 | 5C | 4C | 8 | 0 | 40 | BA | 3D | 16 |
| Octal | 26 | 125 | 134 | 114 | 10 | 0 | 100 | 272 | 75 | 26 |
| Binary | 10110 | 1010101 | 1011100 | 1001100 | 1000 | 0 | 1000000 | 10111010 | 111101 | 10110 |
Color Harmonies of #16555C
Complementary color
Monochromatic Colors of #16555C
Black with #16555C
Text Example
Text Example
White with #16555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16555C; }
p { color: rgb(22,85,92); }
H1.HeaderClassName
{
color: #16555C;
}
.AnyTagClassName
{
color: #16555C;
}
</style>
background-color css
<style>
a { background-color: #16555C; }
a { background-color: rgb(22,85,92); }
div.DivClassName
{
background-color: #16555C;
}
.BgClassName
{
background-color: #16555C;
}
</style>
border-color css
<style>
span { border-color: #16555C; }
span { border-color: rgb(22,85,92); }
td.TdClassName
{
border-color: #16555C;
}
.TagClassName
{
border-color: #16555C;
}
</style>