Shades of Blue Stone #175C68
Tints of Blue Stone #175C68
RGB
CMYK
RGB Variations
Color information
#175C68 (or 0x175C68) is known color: Blue Stone. HEX triplet: 17, 5C and 68. RGB value is (23,92,104). Sum of RGB (Red+Green+Blue) = 23+92+104=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #175C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C68 is #E8A397. Grayscale: #484848. Windows color (decimal): -15246232 or 6839319. OLE color: 6839319.
HSL color Cylindrical-coordinate representation of color #175C68: hue angle of 188.89º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175C68 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 92 | 104 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.59 |
| HSL | 188.89º | 0.64% | 0.25% | - |
| HSV(B) | 188.89º | 0.78% | 0.41% | - |
| XYZ | 6.68 | 8.84 | 14.45 | - |
| YUV | 72.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 104 | 0.78 | 0.12 | 0 | 0.59 | 188.89 | 0.64 | 0.25 |
| Hex | 17 | 5C | 68 | 4E | C | 0 | 3B | BD | 40 | 19 |
| Octal | 27 | 134 | 150 | 116 | 14 | 0 | 73 | 275 | 100 | 31 |
| Binary | 10111 | 1011100 | 1101000 | 1001110 | 1100 | 0 | 111011 | 10111101 | 1000000 | 11001 |
Color Harmonies of #175C68
Complementary color
Monochromatic Colors of #175C68
Black with #175C68
Text Example
Text Example
White with #175C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C68; }
p { color: rgb(23,92,104); }
H1.HeaderClassName
{
color: #175C68;
}
.AnyTagClassName
{
color: #175C68;
}
</style>
background-color css
<style>
a { background-color: #175C68; }
a { background-color: rgb(23,92,104); }
div.DivClassName
{
background-color: #175C68;
}
.BgClassName
{
background-color: #175C68;
}
</style>
border-color css
<style>
span { border-color: #175C68; }
span { border-color: rgb(23,92,104); }
td.TdClassName
{
border-color: #175C68;
}
.TagClassName
{
border-color: #175C68;
}
</style>