Shades of Blue Stone #175D68
Tints of Blue Stone #175D68
RGB
CMYK
RGB Variations
Color information
#175D68 (or 0x175D68) is known color: Blue Stone. HEX triplet: 17, 5D and 68. RGB value is (23,93,104). Sum of RGB (Red+Green+Blue) = 23+93+104=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #175D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D68 is #E8A297. Grayscale: #494949. Windows color (decimal): -15245976 or 6839575. OLE color: 6839575.
HSL color Cylindrical-coordinate representation of color #175D68: hue angle of 188.15º 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 #175D68 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 93 | 104 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.59 |
| HSL | 188.15º | 0.64% | 0.25% | - |
| HSV(B) | 188.15º | 0.78% | 0.41% | - |
| XYZ | 6.77 | 9.01 | 14.48 | - |
| YUV | 73.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 104 | 0.78 | 0.11 | 0 | 0.59 | 188.15 | 0.64 | 0.25 |
| Hex | 17 | 5D | 68 | 4E | B | 0 | 3B | BC | 40 | 19 |
| Octal | 27 | 135 | 150 | 116 | 13 | 0 | 73 | 274 | 100 | 31 |
| Binary | 10111 | 1011101 | 1101000 | 1001110 | 1011 | 0 | 111011 | 10111100 | 1000000 | 11001 |
Color Harmonies of #175D68
Complementary color
Monochromatic Colors of #175D68
Black with #175D68
Text Example
Text Example
White with #175D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D68; }
p { color: rgb(23,93,104); }
H1.HeaderClassName
{
color: #175D68;
}
.AnyTagClassName
{
color: #175D68;
}
</style>
background-color css
<style>
a { background-color: #175D68; }
a { background-color: rgb(23,93,104); }
div.DivClassName
{
background-color: #175D68;
}
.BgClassName
{
background-color: #175D68;
}
</style>
border-color css
<style>
span { border-color: #175D68; }
span { border-color: rgb(23,93,104); }
td.TdClassName
{
border-color: #175D68;
}
.TagClassName
{
border-color: #175D68;
}
</style>