Shades of Blue Stone #176B5B
Tints of Blue Stone #176B5B
RGB
CMYK
RGB Variations
Color information
#176B5B (or 0x176B5B) is known color: Blue Stone. HEX triplet: 17, 6B and 5B. RGB value is (23,107,91). Sum of RGB (Red+Green+Blue) = 23+107+91=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #176B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176B5B is #E894A4. Grayscale: #505050. Windows color (decimal): -15242405 or 5991191. OLE color: 5991191.
HSL color Cylindrical-coordinate representation of color #176B5B: hue angle of 168.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176B5B is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 107 | 91 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.58 |
| HSL | 168.57º | 0.65% | 0.25% | - |
| HSV(B) | 168.57º | 0.79% | 0.42% | - |
| XYZ | 7.5 | 11.45 | 11.71 | - |
| YUV | 80.06 | 134.17 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 91 | 0.79 | 0 | 0.15 | 0.58 | 168.57 | 0.65 | 0.25 |
| Hex | 17 | 6B | 5B | 4F | 0 | F | 3A | A9 | 41 | 19 |
| Octal | 27 | 153 | 133 | 117 | 0 | 17 | 72 | 251 | 101 | 31 |
| Binary | 10111 | 1101011 | 1011011 | 1001111 | 0 | 1111 | 111010 | 10101001 | 1000001 | 11001 |
Color Harmonies of #176B5B
Complementary color
Monochromatic Colors of #176B5B
Black with #176B5B
Text Example
Text Example
White with #176B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176B5B; }
p { color: rgb(23,107,91); }
H1.HeaderClassName
{
color: #176B5B;
}
.AnyTagClassName
{
color: #176B5B;
}
</style>
background-color css
<style>
a { background-color: #176B5B; }
a { background-color: rgb(23,107,91); }
div.DivClassName
{
background-color: #176B5B;
}
.BgClassName
{
background-color: #176B5B;
}
</style>
border-color css
<style>
span { border-color: #176B5B; }
span { border-color: rgb(23,107,91); }
td.TdClassName
{
border-color: #176B5B;
}
.TagClassName
{
border-color: #176B5B;
}
</style>