Shades of Blue Stone #175859
Tints of Blue Stone #175859
RGB
CMYK
RGB Variations
Color information
#175859 (or 0x175859) is known color: Blue Stone. HEX triplet: 17, 58 and 59. RGB value is (23,88,89). Sum of RGB (Red+Green+Blue) = 23+88+89=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #175859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175859 is #E8A7A6. Grayscale: #444444. Windows color (decimal): -15247271 or 5855255. OLE color: 5855255.
HSL color Cylindrical-coordinate representation of color #175859: hue angle of 180.91º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175859 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 88 | 89 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.65 |
| HSL | 180.91º | 0.59% | 0.22% | - |
| HSV(B) | 180.91º | 0.74% | 0.35% | - |
| XYZ | 5.65 | 7.88 | 10.68 | - |
| YUV | 68.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 89 | 0.74 | 0.01 | 0 | 0.65 | 180.91 | 0.59 | 0.22 |
| Hex | 17 | 58 | 59 | 4A | 1 | 0 | 41 | B5 | 3B | 16 |
| Octal | 27 | 130 | 131 | 112 | 1 | 0 | 101 | 265 | 73 | 26 |
| Binary | 10111 | 1011000 | 1011001 | 1001010 | 1 | 0 | 1000001 | 10110101 | 111011 | 10110 |
Color Harmonies of #175859
Complementary color
Monochromatic Colors of #175859
Black with #175859
Text Example
Text Example
White with #175859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175859; }
p { color: rgb(23,88,89); }
H1.HeaderClassName
{
color: #175859;
}
.AnyTagClassName
{
color: #175859;
}
</style>
background-color css
<style>
a { background-color: #175859; }
a { background-color: rgb(23,88,89); }
div.DivClassName
{
background-color: #175859;
}
.BgClassName
{
background-color: #175859;
}
</style>
border-color css
<style>
span { border-color: #175859; }
span { border-color: rgb(23,88,89); }
td.TdClassName
{
border-color: #175859;
}
.TagClassName
{
border-color: #175859;
}
</style>