Shades of Blue Stone #175B65
Tints of Blue Stone #175B65
RGB
CMYK
RGB Variations
Color information
#175B65 (or 0x175B65) is known color: Blue Stone. HEX triplet: 17, 5B and 65. RGB value is (23,91,101). Sum of RGB (Red+Green+Blue) = 23+91+101=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #175B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B65 is #E8A49A. Grayscale: #474747. Windows color (decimal): -15246491 or 6642455. OLE color: 6642455.
HSL color Cylindrical-coordinate representation of color #175B65: hue angle of 187.69º 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 #175B65 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 91 | 101 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.60 |
| HSL | 187.69º | 0.63% | 0.24% | - |
| HSV(B) | 187.69º | 0.77% | 0.4% | - |
| XYZ | 6.44 | 8.6 | 13.63 | - |
| YUV | 71.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 101 | 0.77 | 0.10 | 0 | 0.60 | 187.69 | 0.63 | 0.24 |
| Hex | 17 | 5B | 65 | 4D | A | 0 | 3C | BC | 3F | 18 |
| Octal | 27 | 133 | 145 | 115 | 12 | 0 | 74 | 274 | 77 | 30 |
| Binary | 10111 | 1011011 | 1100101 | 1001101 | 1010 | 0 | 111100 | 10111100 | 111111 | 11000 |
Color Harmonies of #175B65
Complementary color
Monochromatic Colors of #175B65
Black with #175B65
Text Example
Text Example
White with #175B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175B65; }
p { color: rgb(23,91,101); }
H1.HeaderClassName
{
color: #175B65;
}
.AnyTagClassName
{
color: #175B65;
}
</style>
background-color css
<style>
a { background-color: #175B65; }
a { background-color: rgb(23,91,101); }
div.DivClassName
{
background-color: #175B65;
}
.BgClassName
{
background-color: #175B65;
}
</style>
border-color css
<style>
span { border-color: #175B65; }
span { border-color: rgb(23,91,101); }
td.TdClassName
{
border-color: #175B65;
}
.TagClassName
{
border-color: #175B65;
}
</style>