Shades of Blue Stone #175751
Tints of Blue Stone #175751
RGB
CMYK
RGB Variations
Color information
#175751 (or 0x175751) is known color: Blue Stone. HEX triplet: 17, 57 and 51. RGB value is (23,87,81). Sum of RGB (Red+Green+Blue) = 23+87+81=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #175751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175751 is #E8A8AE. Grayscale: #434343. Windows color (decimal): -15247535 or 5330711. OLE color: 5330711.
HSL color Cylindrical-coordinate representation of color #175751: hue angle of 174.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175751 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 87 | 81 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.66 |
| HSL | 174.38º | 0.58% | 0.22% | - |
| HSV(B) | 174.38º | 0.74% | 0.34% | - |
| XYZ | 5.25 | 7.59 | 8.97 | - |
| YUV | 67.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 81 | 0.74 | 0 | 0.07 | 0.66 | 174.38 | 0.58 | 0.22 |
| Hex | 17 | 57 | 51 | 4A | 0 | 7 | 42 | AE | 3A | 16 |
| Octal | 27 | 127 | 121 | 112 | 0 | 7 | 102 | 256 | 72 | 26 |
| Binary | 10111 | 1010111 | 1010001 | 1001010 | 0 | 111 | 1000010 | 10101110 | 111010 | 10110 |
Color Harmonies of #175751
Complementary color
Monochromatic Colors of #175751
Black with #175751
Text Example
Text Example
White with #175751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175751; }
p { color: rgb(23,87,81); }
H1.HeaderClassName
{
color: #175751;
}
.AnyTagClassName
{
color: #175751;
}
</style>
background-color css
<style>
a { background-color: #175751; }
a { background-color: rgb(23,87,81); }
div.DivClassName
{
background-color: #175751;
}
.BgClassName
{
background-color: #175751;
}
</style>
border-color css
<style>
span { border-color: #175751; }
span { border-color: rgb(23,87,81); }
td.TdClassName
{
border-color: #175751;
}
.TagClassName
{
border-color: #175751;
}
</style>