Shades of Blue Stone #176B5C
Tints of Blue Stone #176B5C
RGB
CMYK
RGB Variations
Color information
#176B5C (or 0x176B5C) is known color: Blue Stone. HEX triplet: 17, 6B and 5C. RGB value is (23,107,92). Sum of RGB (Red+Green+Blue) = 23+107+92=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #176B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176B5C is #E894A3. Grayscale: #505050. Windows color (decimal): -15242404 or 6056727. OLE color: 6056727.
HSL color Cylindrical-coordinate representation of color #176B5C: hue angle of 169.29º 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 #176B5C is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 107 | 92 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.58 |
| HSL | 169.29º | 0.65% | 0.25% | - |
| HSV(B) | 169.29º | 0.79% | 0.42% | - |
| XYZ | 7.54 | 11.47 | 11.94 | - |
| YUV | 80.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 92 | 0.79 | 0 | 0.14 | 0.58 | 169.29 | 0.65 | 0.25 |
| Hex | 17 | 6B | 5C | 4F | 0 | E | 3A | A9 | 41 | 19 |
| Octal | 27 | 153 | 134 | 117 | 0 | 16 | 72 | 251 | 101 | 31 |
| Binary | 10111 | 1101011 | 1011100 | 1001111 | 0 | 1110 | 111010 | 10101001 | 1000001 | 11001 |
Color Harmonies of #176B5C
Complementary color
Monochromatic Colors of #176B5C
Black with #176B5C
Text Example
Text Example
White with #176B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176B5C; }
p { color: rgb(23,107,92); }
H1.HeaderClassName
{
color: #176B5C;
}
.AnyTagClassName
{
color: #176B5C;
}
</style>
background-color css
<style>
a { background-color: #176B5C; }
a { background-color: rgb(23,107,92); }
div.DivClassName
{
background-color: #176B5C;
}
.BgClassName
{
background-color: #176B5C;
}
</style>
border-color css
<style>
span { border-color: #176B5C; }
span { border-color: rgb(23,107,92); }
td.TdClassName
{
border-color: #176B5C;
}
.TagClassName
{
border-color: #176B5C;
}
</style>