Shades of Blue Stone #175E56
Tints of Blue Stone #175E56
RGB
CMYK
RGB Variations
Color information
#175E56 (or 0x175E56) is known color: Blue Stone. HEX triplet: 17, 5E and 56. RGB value is (23,94,86). Sum of RGB (Red+Green+Blue) = 23+94+86=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #175E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E56 is #E8A1A9. Grayscale: #474747. Windows color (decimal): -15245738 or 5660183. OLE color: 5660183.
HSL color Cylindrical-coordinate representation of color #175E56: hue angle of 173.24º 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 #175E56 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 94 | 86 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.63 |
| HSL | 173.24º | 0.61% | 0.23% | - |
| HSV(B) | 173.24º | 0.76% | 0.37% | - |
| XYZ | 6.04 | 8.86 | 10.2 | - |
| YUV | 71.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 86 | 0.76 | 0 | 0.09 | 0.63 | 173.24 | 0.61 | 0.23 |
| Hex | 17 | 5E | 56 | 4C | 0 | 9 | 3F | AD | 3D | 17 |
| Octal | 27 | 136 | 126 | 114 | 0 | 11 | 77 | 255 | 75 | 27 |
| Binary | 10111 | 1011110 | 1010110 | 1001100 | 0 | 1001 | 111111 | 10101101 | 111101 | 10111 |
Color Harmonies of #175E56
Complementary color
Monochromatic Colors of #175E56
Black with #175E56
Text Example
Text Example
White with #175E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175E56; }
p { color: rgb(23,94,86); }
H1.HeaderClassName
{
color: #175E56;
}
.AnyTagClassName
{
color: #175E56;
}
</style>
background-color css
<style>
a { background-color: #175E56; }
a { background-color: rgb(23,94,86); }
div.DivClassName
{
background-color: #175E56;
}
.BgClassName
{
background-color: #175E56;
}
</style>
border-color css
<style>
span { border-color: #175E56; }
span { border-color: rgb(23,94,86); }
td.TdClassName
{
border-color: #175E56;
}
.TagClassName
{
border-color: #175E56;
}
</style>