Shades of Blue Stone #165752
Tints of Blue Stone #165752
RGB
CMYK
RGB Variations
Color information
#165752 (or 0x165752) is known color: Blue Stone. HEX triplet: 16, 57 and 52. RGB value is (22,87,82). Sum of RGB (Red+Green+Blue) = 22+87+82=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #165752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165752 is #E9A8AD. Grayscale: #424242. Windows color (decimal): -15313070 or 5396246. OLE color: 5396246.
HSL color Cylindrical-coordinate representation of color #165752: hue angle of 175.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165752 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 87 | 82 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.66 |
| HSL | 175.38º | 0.6% | 0.21% | - |
| HSV(B) | 175.38º | 0.75% | 0.34% | - |
| XYZ | 5.26 | 7.6 | 9.17 | - |
| YUV | 67 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 82 | 0.75 | 0 | 0.06 | 0.66 | 175.38 | 0.6 | 0.21 |
| Hex | 16 | 57 | 52 | 4B | 0 | 6 | 42 | AF | 3C | 15 |
| Octal | 26 | 127 | 122 | 113 | 0 | 6 | 102 | 257 | 74 | 25 |
| Binary | 10110 | 1010111 | 1010010 | 1001011 | 0 | 110 | 1000010 | 10101111 | 111100 | 10101 |
Color Harmonies of #165752
Complementary color
Monochromatic Colors of #165752
Black with #165752
Text Example
Text Example
White with #165752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165752; }
p { color: rgb(22,87,82); }
H1.HeaderClassName
{
color: #165752;
}
.AnyTagClassName
{
color: #165752;
}
</style>
background-color css
<style>
a { background-color: #165752; }
a { background-color: rgb(22,87,82); }
div.DivClassName
{
background-color: #165752;
}
.BgClassName
{
background-color: #165752;
}
</style>
border-color css
<style>
span { border-color: #165752; }
span { border-color: rgb(22,87,82); }
td.TdClassName
{
border-color: #165752;
}
.TagClassName
{
border-color: #165752;
}
</style>