Shades of Blue Stone #175561
Tints of Blue Stone #175561
RGB
CMYK
RGB Variations
Color information
#175561 (or 0x175561) is known color: Blue Stone. HEX triplet: 17, 55 and 61. RGB value is (23,85,97). Sum of RGB (Red+Green+Blue) = 23+85+97=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #175561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175561 is #E8AA9E. Grayscale: #434343. Windows color (decimal): -15248031 or 6378775. OLE color: 6378775.
HSL color Cylindrical-coordinate representation of color #175561: hue angle of 189.73º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175561 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 85 | 97 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.62 |
| HSL | 189.73º | 0.62% | 0.24% | - |
| HSV(B) | 189.73º | 0.76% | 0.38% | - |
| XYZ | 5.76 | 7.54 | 12.46 | - |
| YUV | 67.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 97 | 0.76 | 0.12 | 0 | 0.62 | 189.73 | 0.62 | 0.24 |
| Hex | 17 | 55 | 61 | 4C | C | 0 | 3E | BE | 3E | 18 |
| Octal | 27 | 125 | 141 | 114 | 14 | 0 | 76 | 276 | 76 | 30 |
| Binary | 10111 | 1010101 | 1100001 | 1001100 | 1100 | 0 | 111110 | 10111110 | 111110 | 11000 |
Color Harmonies of #175561
Complementary color
Monochromatic Colors of #175561
Black with #175561
Text Example
Text Example
White with #175561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175561; }
p { color: rgb(23,85,97); }
H1.HeaderClassName
{
color: #175561;
}
.AnyTagClassName
{
color: #175561;
}
</style>
background-color css
<style>
a { background-color: #175561; }
a { background-color: rgb(23,85,97); }
div.DivClassName
{
background-color: #175561;
}
.BgClassName
{
background-color: #175561;
}
</style>
border-color css
<style>
span { border-color: #175561; }
span { border-color: rgb(23,85,97); }
td.TdClassName
{
border-color: #175561;
}
.TagClassName
{
border-color: #175561;
}
</style>