Shades of Blue Stone #177165
Tints of Blue Stone #177165
RGB
CMYK
RGB Variations
Color information
#177165 (or 0x177165) is known color: Blue Stone. HEX triplet: 17, 71 and 65. RGB value is (23,113,101). Sum of RGB (Red+Green+Blue) = 23+113+101=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #177165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177165 is #E88E9A. Grayscale: #545454. Windows color (decimal): -15240859 or 6648087. OLE color: 6648087.
HSL color Cylindrical-coordinate representation of color #177165: hue angle of 172º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177165 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 113 | 101 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.56 |
| HSL | 172º | 0.66% | 0.27% | - |
| HSV(B) | 172º | 0.8% | 0.44% | - |
| XYZ | 8.61 | 12.93 | 14.35 | - |
| YUV | 84.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 101 | 0.80 | 0 | 0.11 | 0.56 | 172 | 0.66 | 0.27 |
| Hex | 17 | 71 | 65 | 50 | 0 | B | 38 | AC | 42 | 1B |
| Octal | 27 | 161 | 145 | 120 | 0 | 13 | 70 | 254 | 102 | 33 |
| Binary | 10111 | 1110001 | 1100101 | 1010000 | 0 | 1011 | 111000 | 10101100 | 1000010 | 11011 |
Color Harmonies of #177165
Complementary color
Monochromatic Colors of #177165
Black with #177165
Text Example
Text Example
White with #177165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177165; }
p { color: rgb(23,113,101); }
H1.HeaderClassName
{
color: #177165;
}
.AnyTagClassName
{
color: #177165;
}
</style>
background-color css
<style>
a { background-color: #177165; }
a { background-color: rgb(23,113,101); }
div.DivClassName
{
background-color: #177165;
}
.BgClassName
{
background-color: #177165;
}
</style>
border-color css
<style>
span { border-color: #177165; }
span { border-color: rgb(23,113,101); }
td.TdClassName
{
border-color: #177165;
}
.TagClassName
{
border-color: #177165;
}
</style>