Shades of Blue Stone #165766
Tints of Blue Stone #165766
RGB
CMYK
RGB Variations
Color information
#165766 (or 0x165766) is known color: Blue Stone. HEX triplet: 16, 57 and 66. RGB value is (22,87,102). Sum of RGB (Red+Green+Blue) = 22+87+102=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #165766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165766 is #E9A899. Grayscale: #454545. Windows color (decimal): -15313050 or 6706966. OLE color: 6706966.
HSL color Cylindrical-coordinate representation of color #165766: hue angle of 191.25º degrees, saturation: 0.65, 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 #165766 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 87 | 102 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.6 |
| HSL | 191.25º | 0.65% | 0.24% | - |
| HSV(B) | 191.25º | 0.78% | 0.4% | - |
| XYZ | 6.14 | 7.95 | 13.78 | - |
| YUV | 69.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 102 | 0.78 | 0.15 | 0 | 0.6 | 191.25 | 0.65 | 0.24 |
| Hex | 16 | 57 | 66 | 4E | F | 0 | 3C | BF | 41 | 18 |
| Octal | 26 | 127 | 146 | 116 | 17 | 0 | 74 | 277 | 101 | 30 |
| Binary | 10110 | 1010111 | 1100110 | 1001110 | 1111 | 0 | 111100 | 10111111 | 1000001 | 11000 |
Color Harmonies of #165766
Complementary color
Monochromatic Colors of #165766
Black with #165766
Text Example
Text Example
White with #165766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165766; }
p { color: rgb(22,87,102); }
H1.HeaderClassName
{
color: #165766;
}
.AnyTagClassName
{
color: #165766;
}
</style>
background-color css
<style>
a { background-color: #165766; }
a { background-color: rgb(22,87,102); }
div.DivClassName
{
background-color: #165766;
}
.BgClassName
{
background-color: #165766;
}
</style>
border-color css
<style>
span { border-color: #165766; }
span { border-color: rgb(22,87,102); }
td.TdClassName
{
border-color: #165766;
}
.TagClassName
{
border-color: #165766;
}
</style>