Shades of Blue Stone #175D5B
Tints of Blue Stone #175D5B
RGB
CMYK
RGB Variations
Color information
#175D5B (or 0x175D5B) is known color: Blue Stone. HEX triplet: 17, 5D and 5B. RGB value is (23,93,91). Sum of RGB (Red+Green+Blue) = 23+93+91=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #175D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D5B is #E8A2A4. Grayscale: #474747. Windows color (decimal): -15245989 or 5987607. OLE color: 5987607.
HSL color Cylindrical-coordinate representation of color #175D5B: hue angle of 178.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175D5B is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 93 | 91 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.64 |
| HSL | 178.29º | 0.6% | 0.23% | - |
| HSV(B) | 178.29º | 0.75% | 0.36% | - |
| XYZ | 6.16 | 8.77 | 11.27 | - |
| YUV | 71.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 91 | 0.75 | 0 | 0.02 | 0.64 | 178.29 | 0.6 | 0.23 |
| Hex | 17 | 5D | 5B | 4B | 0 | 2 | 40 | B2 | 3C | 17 |
| Octal | 27 | 135 | 133 | 113 | 0 | 2 | 100 | 262 | 74 | 27 |
| Binary | 10111 | 1011101 | 1011011 | 1001011 | 0 | 10 | 1000000 | 10110010 | 111100 | 10111 |
Color Harmonies of #175D5B
Complementary color
Monochromatic Colors of #175D5B
Black with #175D5B
Text Example
Text Example
White with #175D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D5B; }
p { color: rgb(23,93,91); }
H1.HeaderClassName
{
color: #175D5B;
}
.AnyTagClassName
{
color: #175D5B;
}
</style>
background-color css
<style>
a { background-color: #175D5B; }
a { background-color: rgb(23,93,91); }
div.DivClassName
{
background-color: #175D5B;
}
.BgClassName
{
background-color: #175D5B;
}
</style>
border-color css
<style>
span { border-color: #175D5B; }
span { border-color: rgb(23,93,91); }
td.TdClassName
{
border-color: #175D5B;
}
.TagClassName
{
border-color: #175D5B;
}
</style>