Shades of Blue Stone #17595F
Tints of Blue Stone #17595F
RGB
CMYK
RGB Variations
Color information
#17595F (or 0x17595F) is known color: Blue Stone. HEX triplet: 17, 59 and 5F. RGB value is (23,89,95). Sum of RGB (Red+Green+Blue) = 23+89+95=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #17595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17595F is #E8A6A0. Grayscale: #454545. Windows color (decimal): -15247009 or 6248727. OLE color: 6248727.
HSL color Cylindrical-coordinate representation of color #17595F: hue angle of 185º 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 #17595F is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 89 | 95 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.63 |
| HSL | 185º | 0.61% | 0.23% | - |
| HSV(B) | 185º | 0.76% | 0.37% | - |
| XYZ | 5.99 | 8.15 | 12.08 | - |
| YUV | 69.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 95 | 0.76 | 0.06 | 0 | 0.63 | 185 | 0.61 | 0.23 |
| Hex | 17 | 59 | 5F | 4C | 6 | 0 | 3F | B9 | 3D | 17 |
| Octal | 27 | 131 | 137 | 114 | 6 | 0 | 77 | 271 | 75 | 27 |
| Binary | 10111 | 1011001 | 1011111 | 1001100 | 110 | 0 | 111111 | 10111001 | 111101 | 10111 |
Color Harmonies of #17595F
Complementary color
Monochromatic Colors of #17595F
Black with #17595F
Text Example
Text Example
White with #17595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17595F; }
p { color: rgb(23,89,95); }
H1.HeaderClassName
{
color: #17595F;
}
.AnyTagClassName
{
color: #17595F;
}
</style>
background-color css
<style>
a { background-color: #17595F; }
a { background-color: rgb(23,89,95); }
div.DivClassName
{
background-color: #17595F;
}
.BgClassName
{
background-color: #17595F;
}
</style>
border-color css
<style>
span { border-color: #17595F; }
span { border-color: rgb(23,89,95); }
td.TdClassName
{
border-color: #17595F;
}
.TagClassName
{
border-color: #17595F;
}
</style>