Shades of Blue Stone #166567
Tints of Blue Stone #166567
RGB
CMYK
RGB Variations
Color information
#166567 (or 0x166567) is known color: Blue Stone. HEX triplet: 16, 65 and 67. RGB value is (22,101,103). Sum of RGB (Red+Green+Blue) = 22+101+103=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #166567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166567 is #E99A98. Grayscale: #4D4D4D. Windows color (decimal): -15309465 or 6776086. OLE color: 6776086.
HSL color Cylindrical-coordinate representation of color #166567: hue angle of 181.48º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166567 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 101 | 103 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.60 |
| HSL | 181.48º | 0.65% | 0.25% | - |
| HSV(B) | 181.48º | 0.79% | 0.4% | - |
| XYZ | 7.43 | 10.46 | 14.46 | - |
| YUV | 77.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 103 | 0.79 | 0.02 | 0 | 0.60 | 181.48 | 0.65 | 0.25 |
| Hex | 16 | 65 | 67 | 4F | 2 | 0 | 3C | B5 | 41 | 19 |
| Octal | 26 | 145 | 147 | 117 | 2 | 0 | 74 | 265 | 101 | 31 |
| Binary | 10110 | 1100101 | 1100111 | 1001111 | 10 | 0 | 111100 | 10110101 | 1000001 | 11001 |
Color Harmonies of #166567
Complementary color
Monochromatic Colors of #166567
Black with #166567
Text Example
Text Example
White with #166567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166567; }
p { color: rgb(22,101,103); }
H1.HeaderClassName
{
color: #166567;
}
.AnyTagClassName
{
color: #166567;
}
</style>
background-color css
<style>
a { background-color: #166567; }
a { background-color: rgb(22,101,103); }
div.DivClassName
{
background-color: #166567;
}
.BgClassName
{
background-color: #166567;
}
</style>
border-color css
<style>
span { border-color: #166567; }
span { border-color: rgb(22,101,103); }
td.TdClassName
{
border-color: #166567;
}
.TagClassName
{
border-color: #166567;
}
</style>