Shades of Blue Stone #17595E
Tints of Blue Stone #17595E
RGB
CMYK
RGB Variations
Color information
#17595E (or 0x17595E) is known color: Blue Stone. HEX triplet: 17, 59 and 5E. RGB value is (23,89,94). Sum of RGB (Red+Green+Blue) = 23+89+94=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #17595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17595E is #E8A6A1. Grayscale: #454545. Windows color (decimal): -15247010 or 6183191. OLE color: 6183191.
HSL color Cylindrical-coordinate representation of color #17595E: hue angle of 184.23º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17595E is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 89 | 94 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.63 |
| HSL | 184.23º | 0.61% | 0.23% | - |
| HSV(B) | 184.23º | 0.76% | 0.37% | - |
| XYZ | 5.95 | 8.14 | 11.85 | - |
| YUV | 69.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 94 | 0.76 | 0.05 | 0 | 0.63 | 184.23 | 0.61 | 0.23 |
| Hex | 17 | 59 | 5E | 4C | 5 | 0 | 3F | B8 | 3D | 17 |
| Octal | 27 | 131 | 136 | 114 | 5 | 0 | 77 | 270 | 75 | 27 |
| Binary | 10111 | 1011001 | 1011110 | 1001100 | 101 | 0 | 111111 | 10111000 | 111101 | 10111 |
Color Harmonies of #17595E
Complementary color
Monochromatic Colors of #17595E
Black with #17595E
Text Example
Text Example
White with #17595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17595E; }
p { color: rgb(23,89,94); }
H1.HeaderClassName
{
color: #17595E;
}
.AnyTagClassName
{
color: #17595E;
}
</style>
background-color css
<style>
a { background-color: #17595E; }
a { background-color: rgb(23,89,94); }
div.DivClassName
{
background-color: #17595E;
}
.BgClassName
{
background-color: #17595E;
}
</style>
border-color css
<style>
span { border-color: #17595E; }
span { border-color: rgb(23,89,94); }
td.TdClassName
{
border-color: #17595E;
}
.TagClassName
{
border-color: #17595E;
}
</style>