Shades of Blue Stone #165456
Tints of Blue Stone #165456
RGB
CMYK
RGB Variations
Color information
#165456 (or 0x165456) is known color: Blue Stone. HEX triplet: 16, 54 and 56. RGB value is (22,84,86). Sum of RGB (Red+Green+Blue) = 22+84+86=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #165456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165456 is #E9ABA9. Grayscale: #414141. Windows color (decimal): -15313834 or 5657622. OLE color: 5657622.
HSL color Cylindrical-coordinate representation of color #165456: hue angle of 181.88º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165456 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 84 | 86 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.66 |
| HSL | 181.88º | 0.59% | 0.21% | - |
| HSV(B) | 181.88º | 0.74% | 0.34% | - |
| XYZ | 5.18 | 7.18 | 9.92 | - |
| YUV | 65.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 86 | 0.74 | 0.02 | 0 | 0.66 | 181.88 | 0.59 | 0.21 |
| Hex | 16 | 54 | 56 | 4A | 2 | 0 | 42 | B6 | 3B | 15 |
| Octal | 26 | 124 | 126 | 112 | 2 | 0 | 102 | 266 | 73 | 25 |
| Binary | 10110 | 1010100 | 1010110 | 1001010 | 10 | 0 | 1000010 | 10110110 | 111011 | 10101 |
Color Harmonies of #165456
Complementary color
Monochromatic Colors of #165456
Black with #165456
Text Example
Text Example
White with #165456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165456; }
p { color: rgb(22,84,86); }
H1.HeaderClassName
{
color: #165456;
}
.AnyTagClassName
{
color: #165456;
}
</style>
background-color css
<style>
a { background-color: #165456; }
a { background-color: rgb(22,84,86); }
div.DivClassName
{
background-color: #165456;
}
.BgClassName
{
background-color: #165456;
}
</style>
border-color css
<style>
span { border-color: #165456; }
span { border-color: rgb(22,84,86); }
td.TdClassName
{
border-color: #165456;
}
.TagClassName
{
border-color: #165456;
}
</style>