Shades of Blue Stone #175F65
Tints of Blue Stone #175F65
RGB
CMYK
RGB Variations
Color information
#175F65 (or 0x175F65) is known color: Blue Stone. HEX triplet: 17, 5F and 65. RGB value is (23,95,101). Sum of RGB (Red+Green+Blue) = 23+95+101=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #175F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F65 is #E8A09A. Grayscale: #4A4A4A. Windows color (decimal): -15245467 or 6643479. OLE color: 6643479.
HSL color Cylindrical-coordinate representation of color #175F65: hue angle of 184.62º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175F65 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 95 | 101 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.60 |
| HSL | 184.62º | 0.63% | 0.24% | - |
| HSV(B) | 184.62º | 0.77% | 0.4% | - |
| XYZ | 6.79 | 9.31 | 13.75 | - |
| YUV | 74.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 101 | 0.77 | 0.06 | 0 | 0.60 | 184.62 | 0.63 | 0.24 |
| Hex | 17 | 5F | 65 | 4D | 6 | 0 | 3C | B9 | 3F | 18 |
| Octal | 27 | 137 | 145 | 115 | 6 | 0 | 74 | 271 | 77 | 30 |
| Binary | 10111 | 1011111 | 1100101 | 1001101 | 110 | 0 | 111100 | 10111001 | 111111 | 11000 |
Color Harmonies of #175F65
Complementary color
Monochromatic Colors of #175F65
Black with #175F65
Text Example
Text Example
White with #175F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F65; }
p { color: rgb(23,95,101); }
H1.HeaderClassName
{
color: #175F65;
}
.AnyTagClassName
{
color: #175F65;
}
</style>
background-color css
<style>
a { background-color: #175F65; }
a { background-color: rgb(23,95,101); }
div.DivClassName
{
background-color: #175F65;
}
.BgClassName
{
background-color: #175F65;
}
</style>
border-color css
<style>
span { border-color: #175F65; }
span { border-color: rgb(23,95,101); }
td.TdClassName
{
border-color: #175F65;
}
.TagClassName
{
border-color: #175F65;
}
</style>