Shades of Blue Stone #165652
Tints of Blue Stone #165652
RGB
CMYK
RGB Variations
Color information
#165652 (or 0x165652) is known color: Blue Stone. HEX triplet: 16, 56 and 52. RGB value is (22,86,82). Sum of RGB (Red+Green+Blue) = 22+86+82=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #165652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165652 is #E9A9AD. Grayscale: #424242. Windows color (decimal): -15313326 or 5395990. OLE color: 5395990.
HSL color Cylindrical-coordinate representation of color #165652: hue angle of 176.25º 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 #165652 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 82 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.66 |
| HSL | 176.25º | 0.59% | 0.21% | - |
| HSV(B) | 176.25º | 0.74% | 0.34% | - |
| XYZ | 5.18 | 7.44 | 9.14 | - |
| YUV | 66.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 82 | 0.74 | 0 | 0.05 | 0.66 | 176.25 | 0.59 | 0.21 |
| Hex | 16 | 56 | 52 | 4A | 0 | 5 | 42 | B0 | 3B | 15 |
| Octal | 26 | 126 | 122 | 112 | 0 | 5 | 102 | 260 | 73 | 25 |
| Binary | 10110 | 1010110 | 1010010 | 1001010 | 0 | 101 | 1000010 | 10110000 | 111011 | 10101 |
Color Harmonies of #165652
Complementary color
Monochromatic Colors of #165652
Black with #165652
Text Example
Text Example
White with #165652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165652; }
p { color: rgb(22,86,82); }
H1.HeaderClassName
{
color: #165652;
}
.AnyTagClassName
{
color: #165652;
}
</style>
background-color css
<style>
a { background-color: #165652; }
a { background-color: rgb(22,86,82); }
div.DivClassName
{
background-color: #165652;
}
.BgClassName
{
background-color: #165652;
}
</style>
border-color css
<style>
span { border-color: #165652; }
span { border-color: rgb(22,86,82); }
td.TdClassName
{
border-color: #165652;
}
.TagClassName
{
border-color: #165652;
}
</style>