Shades of Blue Stone #165953
Tints of Blue Stone #165953
RGB
CMYK
RGB Variations
Color information
#165953 (or 0x165953) is known color: Blue Stone. HEX triplet: 16, 59 and 53. RGB value is (22,89,83). Sum of RGB (Red+Green+Blue) = 22+89+83=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #165953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165953 is #E9A6AC. Grayscale: #444444. Windows color (decimal): -15312557 or 5462294. OLE color: 5462294.
HSL color Cylindrical-coordinate representation of color #165953: hue angle of 174.63º 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 #165953 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 89 | 83 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.65 |
| HSL | 174.63º | 0.6% | 0.22% | - |
| HSV(B) | 174.63º | 0.75% | 0.35% | - |
| XYZ | 5.46 | 7.94 | 9.43 | - |
| YUV | 68.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 83 | 0.75 | 0 | 0.07 | 0.65 | 174.63 | 0.6 | 0.22 |
| Hex | 16 | 59 | 53 | 4B | 0 | 7 | 41 | AF | 3C | 16 |
| Octal | 26 | 131 | 123 | 113 | 0 | 7 | 101 | 257 | 74 | 26 |
| Binary | 10110 | 1011001 | 1010011 | 1001011 | 0 | 111 | 1000001 | 10101111 | 111100 | 10110 |
Color Harmonies of #165953
Complementary color
Monochromatic Colors of #165953
Black with #165953
Text Example
Text Example
White with #165953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165953; }
p { color: rgb(22,89,83); }
H1.HeaderClassName
{
color: #165953;
}
.AnyTagClassName
{
color: #165953;
}
</style>
background-color css
<style>
a { background-color: #165953; }
a { background-color: rgb(22,89,83); }
div.DivClassName
{
background-color: #165953;
}
.BgClassName
{
background-color: #165953;
}
</style>
border-color css
<style>
span { border-color: #165953; }
span { border-color: rgb(22,89,83); }
td.TdClassName
{
border-color: #165953;
}
.TagClassName
{
border-color: #165953;
}
</style>