Shades of Blue Stone #175C60
Tints of Blue Stone #175C60
RGB
CMYK
RGB Variations
Color information
#175C60 (or 0x175C60) is known color: Blue Stone. HEX triplet: 17, 5C and 60. RGB value is (23,92,96). Sum of RGB (Red+Green+Blue) = 23+92+96=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #175C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C60 is #E8A39F. Grayscale: #474747. Windows color (decimal): -15246240 or 6315031. OLE color: 6315031.
HSL color Cylindrical-coordinate representation of color #175C60: hue angle of 183.29º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175C60 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 92 | 96 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.62 |
| HSL | 183.29º | 0.61% | 0.23% | - |
| HSV(B) | 183.29º | 0.76% | 0.38% | - |
| XYZ | 6.29 | 8.68 | 12.41 | - |
| YUV | 71.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 96 | 0.76 | 0.04 | 0 | 0.62 | 183.29 | 0.61 | 0.23 |
| Hex | 17 | 5C | 60 | 4C | 4 | 0 | 3E | B7 | 3D | 17 |
| Octal | 27 | 134 | 140 | 114 | 4 | 0 | 76 | 267 | 75 | 27 |
| Binary | 10111 | 1011100 | 1100000 | 1001100 | 100 | 0 | 111110 | 10110111 | 111101 | 10111 |
Color Harmonies of #175C60
Complementary color
Monochromatic Colors of #175C60
Black with #175C60
Text Example
Text Example
White with #175C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C60; }
p { color: rgb(23,92,96); }
H1.HeaderClassName
{
color: #175C60;
}
.AnyTagClassName
{
color: #175C60;
}
</style>
background-color css
<style>
a { background-color: #175C60; }
a { background-color: rgb(23,92,96); }
div.DivClassName
{
background-color: #175C60;
}
.BgClassName
{
background-color: #175C60;
}
</style>
border-color css
<style>
span { border-color: #175C60; }
span { border-color: rgb(23,92,96); }
td.TdClassName
{
border-color: #175C60;
}
.TagClassName
{
border-color: #175C60;
}
</style>