Shades of Blue Stone #166C5D
Tints of Blue Stone #166C5D
RGB
CMYK
RGB Variations
Color information
#166C5D (or 0x166C5D) is known color: Blue Stone. HEX triplet: 16, 6C and 5D. RGB value is (22,108,93). Sum of RGB (Red+Green+Blue) = 22+108+93=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #166C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C5D is #E993A2. Grayscale: #505050. Windows color (decimal): -15307683 or 6122518. OLE color: 6122518.
HSL color Cylindrical-coordinate representation of color #166C5D: hue angle of 169.53º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C5D is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 93 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.58 |
| HSL | 169.53º | 0.66% | 0.25% | - |
| HSV(B) | 169.53º | 0.8% | 0.42% | - |
| XYZ | 7.67 | 11.69 | 12.21 | - |
| YUV | 80.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 93 | 0.80 | 0 | 0.14 | 0.58 | 169.53 | 0.66 | 0.25 |
| Hex | 16 | 6C | 5D | 50 | 0 | E | 3A | AA | 42 | 19 |
| Octal | 26 | 154 | 135 | 120 | 0 | 16 | 72 | 252 | 102 | 31 |
| Binary | 10110 | 1101100 | 1011101 | 1010000 | 0 | 1110 | 111010 | 10101010 | 1000010 | 11001 |
Color Harmonies of #166C5D
Complementary color
Monochromatic Colors of #166C5D
Black with #166C5D
Text Example
Text Example
White with #166C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C5D; }
p { color: rgb(22,108,93); }
H1.HeaderClassName
{
color: #166C5D;
}
.AnyTagClassName
{
color: #166C5D;
}
</style>
background-color css
<style>
a { background-color: #166C5D; }
a { background-color: rgb(22,108,93); }
div.DivClassName
{
background-color: #166C5D;
}
.BgClassName
{
background-color: #166C5D;
}
</style>
border-color css
<style>
span { border-color: #166C5D; }
span { border-color: rgb(22,108,93); }
td.TdClassName
{
border-color: #166C5D;
}
.TagClassName
{
border-color: #166C5D;
}
</style>