Shades of Blue Stone #175C56
Tints of Blue Stone #175C56
RGB
CMYK
RGB Variations
Color information
#175C56 (or 0x175C56) is known color: Blue Stone. HEX triplet: 17, 5C and 56. RGB value is (23,92,86). Sum of RGB (Red+Green+Blue) = 23+92+86=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #175C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C56 is #E8A3A9. Grayscale: #464646. Windows color (decimal): -15246250 or 5659671. OLE color: 5659671.
HSL color Cylindrical-coordinate representation of color #175C56: hue angle of 174.78º 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 #175C56 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 92 | 86 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.64 |
| HSL | 174.78º | 0.6% | 0.23% | - |
| HSV(B) | 174.78º | 0.75% | 0.36% | - |
| XYZ | 5.86 | 8.51 | 10.14 | - |
| YUV | 70.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 86 | 0.75 | 0 | 0.07 | 0.64 | 174.78 | 0.6 | 0.23 |
| Hex | 17 | 5C | 56 | 4B | 0 | 7 | 40 | AF | 3C | 17 |
| Octal | 27 | 134 | 126 | 113 | 0 | 7 | 100 | 257 | 74 | 27 |
| Binary | 10111 | 1011100 | 1010110 | 1001011 | 0 | 111 | 1000000 | 10101111 | 111100 | 10111 |
Color Harmonies of #175C56
Complementary color
Monochromatic Colors of #175C56
Black with #175C56
Text Example
Text Example
White with #175C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C56; }
p { color: rgb(23,92,86); }
H1.HeaderClassName
{
color: #175C56;
}
.AnyTagClassName
{
color: #175C56;
}
</style>
background-color css
<style>
a { background-color: #175C56; }
a { background-color: rgb(23,92,86); }
div.DivClassName
{
background-color: #175C56;
}
.BgClassName
{
background-color: #175C56;
}
</style>
border-color css
<style>
span { border-color: #175C56; }
span { border-color: rgb(23,92,86); }
td.TdClassName
{
border-color: #175C56;
}
.TagClassName
{
border-color: #175C56;
}
</style>