Shades of Blue Stone #175F5E
Tints of Blue Stone #175F5E
RGB
CMYK
RGB Variations
Color information
#175F5E (or 0x175F5E) is known color: Blue Stone. HEX triplet: 17, 5F and 5E. RGB value is (23,95,94). Sum of RGB (Red+Green+Blue) = 23+95+94=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #175F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F5E is #E8A0A1. Grayscale: #494949. Windows color (decimal): -15245474 or 6184727. OLE color: 6184727.
HSL color Cylindrical-coordinate representation of color #175F5E: hue angle of 179.17º 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 #175F5E is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 95 | 94 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.63 |
| HSL | 179.17º | 0.61% | 0.23% | - |
| HSV(B) | 179.17º | 0.76% | 0.37% | - |
| XYZ | 6.47 | 9.17 | 12.02 | - |
| YUV | 73.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 94 | 0.76 | 0 | 0.01 | 0.63 | 179.17 | 0.61 | 0.23 |
| Hex | 17 | 5F | 5E | 4C | 0 | 1 | 3F | B3 | 3D | 17 |
| Octal | 27 | 137 | 136 | 114 | 0 | 1 | 77 | 263 | 75 | 27 |
| Binary | 10111 | 1011111 | 1011110 | 1001100 | 0 | 1 | 111111 | 10110011 | 111101 | 10111 |
Color Harmonies of #175F5E
Complementary color
Monochromatic Colors of #175F5E
Black with #175F5E
Text Example
Text Example
White with #175F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F5E; }
p { color: rgb(23,95,94); }
H1.HeaderClassName
{
color: #175F5E;
}
.AnyTagClassName
{
color: #175F5E;
}
</style>
background-color css
<style>
a { background-color: #175F5E; }
a { background-color: rgb(23,95,94); }
div.DivClassName
{
background-color: #175F5E;
}
.BgClassName
{
background-color: #175F5E;
}
</style>
border-color css
<style>
span { border-color: #175F5E; }
span { border-color: rgb(23,95,94); }
td.TdClassName
{
border-color: #175F5E;
}
.TagClassName
{
border-color: #175F5E;
}
</style>