Shades of Blue Stone #176359
Tints of Blue Stone #176359
RGB
CMYK
RGB Variations
Color information
#176359 (or 0x176359) is known color: Blue Stone. HEX triplet: 17, 63 and 59. RGB value is (23,99,89). Sum of RGB (Red+Green+Blue) = 23+99+89=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #176359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176359 is #E89CA6. Grayscale: #4B4B4B. Windows color (decimal): -15244455 or 5858071. OLE color: 5858071.
HSL color Cylindrical-coordinate representation of color #176359: hue angle of 172.11º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #176359 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 99 | 89 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.61 |
| HSL | 172.11º | 0.62% | 0.24% | - |
| HSV(B) | 172.11º | 0.77% | 0.39% | - |
| XYZ | 6.62 | 9.83 | 11 | - |
| YUV | 75.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 89 | 0.77 | 0 | 0.10 | 0.61 | 172.11 | 0.62 | 0.24 |
| Hex | 17 | 63 | 59 | 4D | 0 | A | 3D | AC | 3E | 18 |
| Octal | 27 | 143 | 131 | 115 | 0 | 12 | 75 | 254 | 76 | 30 |
| Binary | 10111 | 1100011 | 1011001 | 1001101 | 0 | 1010 | 111101 | 10101100 | 111110 | 11000 |
Color Harmonies of #176359
Complementary color
Monochromatic Colors of #176359
Black with #176359
Text Example
Text Example
White with #176359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176359; }
p { color: rgb(23,99,89); }
H1.HeaderClassName
{
color: #176359;
}
.AnyTagClassName
{
color: #176359;
}
</style>
background-color css
<style>
a { background-color: #176359; }
a { background-color: rgb(23,99,89); }
div.DivClassName
{
background-color: #176359;
}
.BgClassName
{
background-color: #176359;
}
</style>
border-color css
<style>
span { border-color: #176359; }
span { border-color: rgb(23,99,89); }
td.TdClassName
{
border-color: #176359;
}
.TagClassName
{
border-color: #176359;
}
</style>