Shades of Blue Stone #175C58
Tints of Blue Stone #175C58
RGB
CMYK
RGB Variations
Color information
#175C58 (or 0x175C58) is known color: Blue Stone. HEX triplet: 17, 5C and 58. RGB value is (23,92,88). Sum of RGB (Red+Green+Blue) = 23+92+88=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #175C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C58 is #E8A3A7. Grayscale: #464646. Windows color (decimal): -15246248 or 5790743. OLE color: 5790743.
HSL color Cylindrical-coordinate representation of color #175C58: hue angle of 176.52º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175C58 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 92 | 88 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.64 |
| HSL | 176.52º | 0.6% | 0.23% | - |
| HSV(B) | 176.52º | 0.75% | 0.36% | - |
| XYZ | 5.94 | 8.54 | 10.57 | - |
| YUV | 70.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 88 | 0.75 | 0 | 0.04 | 0.64 | 176.52 | 0.6 | 0.23 |
| Hex | 17 | 5C | 58 | 4B | 0 | 4 | 40 | B1 | 3C | 17 |
| Octal | 27 | 134 | 130 | 113 | 0 | 4 | 100 | 261 | 74 | 27 |
| Binary | 10111 | 1011100 | 1011000 | 1001011 | 0 | 100 | 1000000 | 10110001 | 111100 | 10111 |
Color Harmonies of #175C58
Complementary color
Monochromatic Colors of #175C58
Black with #175C58
Text Example
Text Example
White with #175C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C58; }
p { color: rgb(23,92,88); }
H1.HeaderClassName
{
color: #175C58;
}
.AnyTagClassName
{
color: #175C58;
}
</style>
background-color css
<style>
a { background-color: #175C58; }
a { background-color: rgb(23,92,88); }
div.DivClassName
{
background-color: #175C58;
}
.BgClassName
{
background-color: #175C58;
}
</style>
border-color css
<style>
span { border-color: #175C58; }
span { border-color: rgb(23,92,88); }
td.TdClassName
{
border-color: #175C58;
}
.TagClassName
{
border-color: #175C58;
}
</style>