Shades of Blue Stone #165763
Tints of Blue Stone #165763
RGB
CMYK
RGB Variations
Color information
#165763 (or 0x165763) is known color: Blue Stone. HEX triplet: 16, 57 and 63. RGB value is (22,87,99). Sum of RGB (Red+Green+Blue) = 22+87+99=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #165763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165763 is #E9A89C. Grayscale: #444444. Windows color (decimal): -15313053 or 6510358. OLE color: 6510358.
HSL color Cylindrical-coordinate representation of color #165763: hue angle of 189.35º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165763 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 87 | 99 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.61 |
| HSL | 189.35º | 0.64% | 0.24% | - |
| HSV(B) | 189.35º | 0.78% | 0.39% | - |
| XYZ | 5.99 | 7.89 | 13.01 | - |
| YUV | 68.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 99 | 0.78 | 0.12 | 0 | 0.61 | 189.35 | 0.64 | 0.24 |
| Hex | 16 | 57 | 63 | 4E | C | 0 | 3D | BD | 40 | 18 |
| Octal | 26 | 127 | 143 | 116 | 14 | 0 | 75 | 275 | 100 | 30 |
| Binary | 10110 | 1010111 | 1100011 | 1001110 | 1100 | 0 | 111101 | 10111101 | 1000000 | 11000 |
Color Harmonies of #165763
Complementary color
Monochromatic Colors of #165763
Black with #165763
Text Example
Text Example
White with #165763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165763; }
p { color: rgb(22,87,99); }
H1.HeaderClassName
{
color: #165763;
}
.AnyTagClassName
{
color: #165763;
}
</style>
background-color css
<style>
a { background-color: #165763; }
a { background-color: rgb(22,87,99); }
div.DivClassName
{
background-color: #165763;
}
.BgClassName
{
background-color: #165763;
}
</style>
border-color css
<style>
span { border-color: #165763; }
span { border-color: rgb(22,87,99); }
td.TdClassName
{
border-color: #165763;
}
.TagClassName
{
border-color: #165763;
}
</style>