Shades of Blue Stone #17575F
Tints of Blue Stone #17575F
RGB
CMYK
RGB Variations
Color information
#17575F (or 0x17575F) is known color: Blue Stone. HEX triplet: 17, 57 and 5F. RGB value is (23,87,95). Sum of RGB (Red+Green+Blue) = 23+87+95=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #17575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17575F is #E8A8A0. Grayscale: #444444. Windows color (decimal): -15247521 or 6248215. OLE color: 6248215.
HSL color Cylindrical-coordinate representation of color #17575F: hue angle of 186.67º 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 #17575F is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 87 | 95 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.63 |
| HSL | 186.67º | 0.61% | 0.23% | - |
| HSV(B) | 186.67º | 0.76% | 0.37% | - |
| XYZ | 5.83 | 7.82 | 12.03 | - |
| YUV | 68.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 95 | 0.76 | 0.08 | 0 | 0.63 | 186.67 | 0.61 | 0.23 |
| Hex | 17 | 57 | 5F | 4C | 8 | 0 | 3F | BB | 3D | 17 |
| Octal | 27 | 127 | 137 | 114 | 10 | 0 | 77 | 273 | 75 | 27 |
| Binary | 10111 | 1010111 | 1011111 | 1001100 | 1000 | 0 | 111111 | 10111011 | 111101 | 10111 |
Color Harmonies of #17575F
Complementary color
Monochromatic Colors of #17575F
Black with #17575F
Text Example
Text Example
White with #17575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17575F; }
p { color: rgb(23,87,95); }
H1.HeaderClassName
{
color: #17575F;
}
.AnyTagClassName
{
color: #17575F;
}
</style>
background-color css
<style>
a { background-color: #17575F; }
a { background-color: rgb(23,87,95); }
div.DivClassName
{
background-color: #17575F;
}
.BgClassName
{
background-color: #17575F;
}
</style>
border-color css
<style>
span { border-color: #17575F; }
span { border-color: rgb(23,87,95); }
td.TdClassName
{
border-color: #17575F;
}
.TagClassName
{
border-color: #17575F;
}
</style>