Shades of Blue Stone #165856
Tints of Blue Stone #165856
RGB
CMYK
RGB Variations
Color information
#165856 (or 0x165856) is known color: Blue Stone. HEX triplet: 16, 58 and 56. RGB value is (22,88,86). Sum of RGB (Red+Green+Blue) = 22+88+86=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #165856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165856 is #E9A7A9. Grayscale: #434343. Windows color (decimal): -15312810 or 5658646. OLE color: 5658646.
HSL color Cylindrical-coordinate representation of color #165856: hue angle of 178.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165856 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 86 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.65 |
| HSL | 178.18º | 0.6% | 0.22% | - |
| HSV(B) | 178.18º | 0.75% | 0.35% | - |
| XYZ | 5.5 | 7.82 | 10.02 | - |
| YUV | 68.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 86 | 0.75 | 0 | 0.02 | 0.65 | 178.18 | 0.6 | 0.22 |
| Hex | 16 | 58 | 56 | 4B | 0 | 2 | 41 | B2 | 3C | 16 |
| Octal | 26 | 130 | 126 | 113 | 0 | 2 | 101 | 262 | 74 | 26 |
| Binary | 10110 | 1011000 | 1010110 | 1001011 | 0 | 10 | 1000001 | 10110010 | 111100 | 10110 |
Color Harmonies of #165856
Complementary color
Monochromatic Colors of #165856
Black with #165856
Text Example
Text Example
White with #165856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165856; }
p { color: rgb(22,88,86); }
H1.HeaderClassName
{
color: #165856;
}
.AnyTagClassName
{
color: #165856;
}
</style>
background-color css
<style>
a { background-color: #165856; }
a { background-color: rgb(22,88,86); }
div.DivClassName
{
background-color: #165856;
}
.BgClassName
{
background-color: #165856;
}
</style>
border-color css
<style>
span { border-color: #165856; }
span { border-color: rgb(22,88,86); }
td.TdClassName
{
border-color: #165856;
}
.TagClassName
{
border-color: #165856;
}
</style>