Shades of Blue Stone #175D64
Tints of Blue Stone #175D64
RGB
CMYK
RGB Variations
Color information
#175D64 (or 0x175D64) is known color: Blue Stone. HEX triplet: 17, 5D and 64. RGB value is (23,93,100). Sum of RGB (Red+Green+Blue) = 23+93+100=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #175D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D64 is #E8A29B. Grayscale: #484848. Windows color (decimal): -15245980 or 6577431. OLE color: 6577431.
HSL color Cylindrical-coordinate representation of color #175D64: hue angle of 185.45º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175D64 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 93 | 100 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.61 |
| HSL | 185.45º | 0.63% | 0.24% | - |
| HSV(B) | 185.45º | 0.77% | 0.39% | - |
| XYZ | 6.57 | 8.93 | 13.43 | - |
| YUV | 72.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 100 | 0.77 | 0.07 | 0 | 0.61 | 185.45 | 0.63 | 0.24 |
| Hex | 17 | 5D | 64 | 4D | 7 | 0 | 3D | B9 | 3F | 18 |
| Octal | 27 | 135 | 144 | 115 | 7 | 0 | 75 | 271 | 77 | 30 |
| Binary | 10111 | 1011101 | 1100100 | 1001101 | 111 | 0 | 111101 | 10111001 | 111111 | 11000 |
Color Harmonies of #175D64
Complementary color
Monochromatic Colors of #175D64
Black with #175D64
Text Example
Text Example
White with #175D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D64; }
p { color: rgb(23,93,100); }
H1.HeaderClassName
{
color: #175D64;
}
.AnyTagClassName
{
color: #175D64;
}
</style>
background-color css
<style>
a { background-color: #175D64; }
a { background-color: rgb(23,93,100); }
div.DivClassName
{
background-color: #175D64;
}
.BgClassName
{
background-color: #175D64;
}
</style>
border-color css
<style>
span { border-color: #175D64; }
span { border-color: rgb(23,93,100); }
td.TdClassName
{
border-color: #175D64;
}
.TagClassName
{
border-color: #175D64;
}
</style>