Shades of Blue Stone #166568
Tints of Blue Stone #166568
RGB
CMYK
RGB Variations
Color information
#166568 (or 0x166568) is known color: Blue Stone. HEX triplet: 16, 65 and 68. RGB value is (22,101,104). Sum of RGB (Red+Green+Blue) = 22+101+104=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #166568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166568 is #E99A97. Grayscale: #4D4D4D. Windows color (decimal): -15309464 or 6841622. OLE color: 6841622.
HSL color Cylindrical-coordinate representation of color #166568: hue angle of 182.2º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166568 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 101 | 104 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.59 |
| HSL | 182.2º | 0.65% | 0.25% | - |
| HSV(B) | 182.2º | 0.79% | 0.41% | - |
| XYZ | 7.48 | 10.48 | 14.72 | - |
| YUV | 77.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 104 | 0.79 | 0.03 | 0 | 0.59 | 182.2 | 0.65 | 0.25 |
| Hex | 16 | 65 | 68 | 4F | 3 | 0 | 3B | B6 | 41 | 19 |
| Octal | 26 | 145 | 150 | 117 | 3 | 0 | 73 | 266 | 101 | 31 |
| Binary | 10110 | 1100101 | 1101000 | 1001111 | 11 | 0 | 111011 | 10110110 | 1000001 | 11001 |
Color Harmonies of #166568
Complementary color
Monochromatic Colors of #166568
Black with #166568
Text Example
Text Example
White with #166568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166568; }
p { color: rgb(22,101,104); }
H1.HeaderClassName
{
color: #166568;
}
.AnyTagClassName
{
color: #166568;
}
</style>
background-color css
<style>
a { background-color: #166568; }
a { background-color: rgb(22,101,104); }
div.DivClassName
{
background-color: #166568;
}
.BgClassName
{
background-color: #166568;
}
</style>
border-color css
<style>
span { border-color: #166568; }
span { border-color: rgb(22,101,104); }
td.TdClassName
{
border-color: #166568;
}
.TagClassName
{
border-color: #166568;
}
</style>