Shades of Blue Stone #175D56
Tints of Blue Stone #175D56
RGB
CMYK
RGB Variations
Color information
#175D56 (or 0x175D56) is known color: Blue Stone. HEX triplet: 17, 5D and 56. RGB value is (23,93,86). Sum of RGB (Red+Green+Blue) = 23+93+86=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #175D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D56 is #E8A2A9. Grayscale: #474747. Windows color (decimal): -15245994 or 5659927. OLE color: 5659927.
HSL color Cylindrical-coordinate representation of color #175D56: hue angle of 174º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175D56 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 93 | 86 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.64 |
| HSL | 174º | 0.6% | 0.23% | - |
| HSV(B) | 174º | 0.75% | 0.36% | - |
| XYZ | 5.95 | 8.68 | 10.17 | - |
| YUV | 71.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 86 | 0.75 | 0 | 0.08 | 0.64 | 174 | 0.6 | 0.23 |
| Hex | 17 | 5D | 56 | 4B | 0 | 8 | 40 | AE | 3C | 17 |
| Octal | 27 | 135 | 126 | 113 | 0 | 10 | 100 | 256 | 74 | 27 |
| Binary | 10111 | 1011101 | 1010110 | 1001011 | 0 | 1000 | 1000000 | 10101110 | 111100 | 10111 |
Color Harmonies of #175D56
Complementary color
Monochromatic Colors of #175D56
Black with #175D56
Text Example
Text Example
White with #175D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D56; }
p { color: rgb(23,93,86); }
H1.HeaderClassName
{
color: #175D56;
}
.AnyTagClassName
{
color: #175D56;
}
</style>
background-color css
<style>
a { background-color: #175D56; }
a { background-color: rgb(23,93,86); }
div.DivClassName
{
background-color: #175D56;
}
.BgClassName
{
background-color: #175D56;
}
</style>
border-color css
<style>
span { border-color: #175D56; }
span { border-color: rgb(23,93,86); }
td.TdClassName
{
border-color: #175D56;
}
.TagClassName
{
border-color: #175D56;
}
</style>