Shades of Blue Stone #175B59
Tints of Blue Stone #175B59
RGB
CMYK
RGB Variations
Color information
#175B59 (or 0x175B59) is known color: Blue Stone. HEX triplet: 17, 5B and 59. RGB value is (23,91,89). Sum of RGB (Red+Green+Blue) = 23+91+89=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #175B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B59 is #E8A4A6. Grayscale: #464646. Windows color (decimal): -15246503 or 5856023. OLE color: 5856023.
HSL color Cylindrical-coordinate representation of color #175B59: hue angle of 178.24º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175B59 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 91 | 89 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.64 |
| HSL | 178.24º | 0.6% | 0.22% | - |
| HSV(B) | 178.24º | 0.75% | 0.36% | - |
| XYZ | 5.9 | 8.39 | 10.76 | - |
| YUV | 70.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 89 | 0.75 | 0 | 0.02 | 0.64 | 178.24 | 0.6 | 0.22 |
| Hex | 17 | 5B | 59 | 4B | 0 | 2 | 40 | B2 | 3C | 16 |
| Octal | 27 | 133 | 131 | 113 | 0 | 2 | 100 | 262 | 74 | 26 |
| Binary | 10111 | 1011011 | 1011001 | 1001011 | 0 | 10 | 1000000 | 10110010 | 111100 | 10110 |
Color Harmonies of #175B59
Complementary color
Monochromatic Colors of #175B59
Black with #175B59
Text Example
Text Example
White with #175B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175B59; }
p { color: rgb(23,91,89); }
H1.HeaderClassName
{
color: #175B59;
}
.AnyTagClassName
{
color: #175B59;
}
</style>
background-color css
<style>
a { background-color: #175B59; }
a { background-color: rgb(23,91,89); }
div.DivClassName
{
background-color: #175B59;
}
.BgClassName
{
background-color: #175B59;
}
</style>
border-color css
<style>
span { border-color: #175B59; }
span { border-color: rgb(23,91,89); }
td.TdClassName
{
border-color: #175B59;
}
.TagClassName
{
border-color: #175B59;
}
</style>