Shades of Blue Stone #175D66
Tints of Blue Stone #175D66
RGB
CMYK
RGB Variations
Color information
#175D66 (or 0x175D66) is known color: Blue Stone. HEX triplet: 17, 5D and 66. RGB value is (23,93,102). Sum of RGB (Red+Green+Blue) = 23+93+102=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #175D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D66 is #E8A299. Grayscale: #484848. Windows color (decimal): -15245978 or 6708503. OLE color: 6708503.
HSL color Cylindrical-coordinate representation of color #175D66: hue angle of 186.84º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175D66 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 93 | 102 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.6 |
| HSL | 186.84º | 0.63% | 0.25% | - |
| HSV(B) | 186.84º | 0.77% | 0.4% | - |
| XYZ | 6.67 | 8.97 | 13.95 | - |
| YUV | 73.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 102 | 0.77 | 0.09 | 0 | 0.6 | 186.84 | 0.63 | 0.25 |
| Hex | 17 | 5D | 66 | 4D | 9 | 0 | 3C | BB | 3F | 19 |
| Octal | 27 | 135 | 146 | 115 | 11 | 0 | 74 | 273 | 77 | 31 |
| Binary | 10111 | 1011101 | 1100110 | 1001101 | 1001 | 0 | 111100 | 10111011 | 111111 | 11001 |
Color Harmonies of #175D66
Complementary color
Monochromatic Colors of #175D66
Black with #175D66
Text Example
Text Example
White with #175D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D66; }
p { color: rgb(23,93,102); }
H1.HeaderClassName
{
color: #175D66;
}
.AnyTagClassName
{
color: #175D66;
}
</style>
background-color css
<style>
a { background-color: #175D66; }
a { background-color: rgb(23,93,102); }
div.DivClassName
{
background-color: #175D66;
}
.BgClassName
{
background-color: #175D66;
}
</style>
border-color css
<style>
span { border-color: #175D66; }
span { border-color: rgb(23,93,102); }
td.TdClassName
{
border-color: #175D66;
}
.TagClassName
{
border-color: #175D66;
}
</style>