Shades of Blue Stone #166565
Tints of Blue Stone #166565
RGB
CMYK
RGB Variations
Color information
#166565 (or 0x166565) is known color: Blue Stone. HEX triplet: 16, 65 and 65. RGB value is (22,101,101). Sum of RGB (Red+Green+Blue) = 22+101+101=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #166565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166565 is #E99A9A. Grayscale: #4D4D4D. Windows color (decimal): -15309467 or 6645014. OLE color: 6645014.
HSL color Cylindrical-coordinate representation of color #166565: hue angle of 180º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166565 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 101 | 101 | - |
| CMYK | 0.78 | 0 | 0 | 0.60 |
| HSL | 180º | 0.64% | 0.24% | - |
| HSV(B) | 180º | 0.78% | 0.4% | - |
| XYZ | 7.33 | 10.42 | 13.94 | - |
| YUV | 77.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 101 | 0.78 | 0 | 0 | 0.60 | 180 | 0.64 | 0.24 |
| Hex | 16 | 65 | 65 | 4E | 0 | 0 | 3C | B4 | 40 | 18 |
| Octal | 26 | 145 | 145 | 116 | 0 | 0 | 74 | 264 | 100 | 30 |
| Binary | 10110 | 1100101 | 1100101 | 1001110 | 0 | 0 | 111100 | 10110100 | 1000000 | 11000 |
Color Harmonies of #166565
Complementary color
Monochromatic Colors of #166565
Black with #166565
Text Example
Text Example
White with #166565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166565; }
p { color: rgb(22,101,101); }
H1.HeaderClassName
{
color: #166565;
}
.AnyTagClassName
{
color: #166565;
}
</style>
background-color css
<style>
a { background-color: #166565; }
a { background-color: rgb(22,101,101); }
div.DivClassName
{
background-color: #166565;
}
.BgClassName
{
background-color: #166565;
}
</style>
border-color css
<style>
span { border-color: #166565; }
span { border-color: rgb(22,101,101); }
td.TdClassName
{
border-color: #166565;
}
.TagClassName
{
border-color: #166565;
}
</style>