Shades of Blue Stone #166258
Tints of Blue Stone #166258
RGB
CMYK
RGB Variations
Color information
#166258 (or 0x166258) is known color: Blue Stone. HEX triplet: 16, 62 and 58. RGB value is (22,98,88). Sum of RGB (Red+Green+Blue) = 22+98+88=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #166258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166258 is #E99DA7. Grayscale: #4A4A4A. Windows color (decimal): -15310248 or 5792278. OLE color: 5792278.
HSL color Cylindrical-coordinate representation of color #166258: hue angle of 172.11º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166258 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 98 | 88 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.62 |
| HSL | 172.11º | 0.63% | 0.24% | - |
| HSV(B) | 172.11º | 0.78% | 0.38% | - |
| XYZ | 6.46 | 9.61 | 10.75 | - |
| YUV | 74.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 88 | 0.78 | 0 | 0.10 | 0.62 | 172.11 | 0.63 | 0.24 |
| Hex | 16 | 62 | 58 | 4E | 0 | A | 3E | AC | 3F | 18 |
| Octal | 26 | 142 | 130 | 116 | 0 | 12 | 76 | 254 | 77 | 30 |
| Binary | 10110 | 1100010 | 1011000 | 1001110 | 0 | 1010 | 111110 | 10101100 | 111111 | 11000 |
Color Harmonies of #166258
Complementary color
Monochromatic Colors of #166258
Black with #166258
Text Example
Text Example
White with #166258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166258; }
p { color: rgb(22,98,88); }
H1.HeaderClassName
{
color: #166258;
}
.AnyTagClassName
{
color: #166258;
}
</style>
background-color css
<style>
a { background-color: #166258; }
a { background-color: rgb(22,98,88); }
div.DivClassName
{
background-color: #166258;
}
.BgClassName
{
background-color: #166258;
}
</style>
border-color css
<style>
span { border-color: #166258; }
span { border-color: rgb(22,98,88); }
td.TdClassName
{
border-color: #166258;
}
.TagClassName
{
border-color: #166258;
}
</style>