Shades of Blue Stone #175C5D
Tints of Blue Stone #175C5D
RGB
CMYK
RGB Variations
Color information
#175C5D (or 0x175C5D) is known color: Blue Stone. HEX triplet: 17, 5C and 5D. RGB value is (23,92,93). Sum of RGB (Red+Green+Blue) = 23+92+93=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #175C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C5D is #E8A3A2. Grayscale: #474747. Windows color (decimal): -15246243 or 6118423. OLE color: 6118423.
HSL color Cylindrical-coordinate representation of color #175C5D: hue angle of 180.86º 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 #175C5D is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 92 | 93 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.64 |
| HSL | 180.86º | 0.6% | 0.23% | - |
| HSV(B) | 180.86º | 0.75% | 0.36% | - |
| XYZ | 6.16 | 8.63 | 11.7 | - |
| YUV | 71.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 93 | 0.75 | 0.01 | 0 | 0.64 | 180.86 | 0.6 | 0.23 |
| Hex | 17 | 5C | 5D | 4B | 1 | 0 | 40 | B5 | 3C | 17 |
| Octal | 27 | 134 | 135 | 113 | 1 | 0 | 100 | 265 | 74 | 27 |
| Binary | 10111 | 1011100 | 1011101 | 1001011 | 1 | 0 | 1000000 | 10110101 | 111100 | 10111 |
Color Harmonies of #175C5D
Complementary color
Monochromatic Colors of #175C5D
Black with #175C5D
Text Example
Text Example
White with #175C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C5D; }
p { color: rgb(23,92,93); }
H1.HeaderClassName
{
color: #175C5D;
}
.AnyTagClassName
{
color: #175C5D;
}
</style>
background-color css
<style>
a { background-color: #175C5D; }
a { background-color: rgb(23,92,93); }
div.DivClassName
{
background-color: #175C5D;
}
.BgClassName
{
background-color: #175C5D;
}
</style>
border-color css
<style>
span { border-color: #175C5D; }
span { border-color: rgb(23,92,93); }
td.TdClassName
{
border-color: #175C5D;
}
.TagClassName
{
border-color: #175C5D;
}
</style>