Shades of Blue Stone #175758
Tints of Blue Stone #175758
RGB
CMYK
RGB Variations
Color information
#175758 (or 0x175758) is known color: Blue Stone. HEX triplet: 17, 57 and 58. RGB value is (23,87,88). Sum of RGB (Red+Green+Blue) = 23+87+88=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #175758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175758 is #E8A8A7. Grayscale: #434343. Windows color (decimal): -15247528 or 5789463. OLE color: 5789463.
HSL color Cylindrical-coordinate representation of color #175758: hue angle of 180.92º 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 #175758 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 87 | 88 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.65 |
| HSL | 180.92º | 0.59% | 0.22% | - |
| HSV(B) | 180.92º | 0.74% | 0.35% | - |
| XYZ | 5.52 | 7.7 | 10.43 | - |
| YUV | 67.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 88 | 0.74 | 0.01 | 0 | 0.65 | 180.92 | 0.59 | 0.22 |
| Hex | 17 | 57 | 58 | 4A | 1 | 0 | 41 | B5 | 3B | 16 |
| Octal | 27 | 127 | 130 | 112 | 1 | 0 | 101 | 265 | 73 | 26 |
| Binary | 10111 | 1010111 | 1011000 | 1001010 | 1 | 0 | 1000001 | 10110101 | 111011 | 10110 |
Color Harmonies of #175758
Complementary color
Monochromatic Colors of #175758
Black with #175758
Text Example
Text Example
White with #175758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175758; }
p { color: rgb(23,87,88); }
H1.HeaderClassName
{
color: #175758;
}
.AnyTagClassName
{
color: #175758;
}
</style>
background-color css
<style>
a { background-color: #175758; }
a { background-color: rgb(23,87,88); }
div.DivClassName
{
background-color: #175758;
}
.BgClassName
{
background-color: #175758;
}
</style>
border-color css
<style>
span { border-color: #175758; }
span { border-color: rgb(23,87,88); }
td.TdClassName
{
border-color: #175758;
}
.TagClassName
{
border-color: #175758;
}
</style>