Shades of Blue Stone #175563
Tints of Blue Stone #175563
RGB
CMYK
RGB Variations
Color information
#175563 (or 0x175563) is known color: Blue Stone. HEX triplet: 17, 55 and 63. RGB value is (23,85,99). Sum of RGB (Red+Green+Blue) = 23+85+99=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #175563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175563 is #E8AA9C. Grayscale: #434343. Windows color (decimal): -15248029 or 6509847. OLE color: 6509847.
HSL color Cylindrical-coordinate representation of color #175563: hue angle of 191.05º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175563 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 85 | 99 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.61 |
| HSL | 191.05º | 0.62% | 0.24% | - |
| HSV(B) | 191.05º | 0.77% | 0.39% | - |
| XYZ | 5.85 | 7.58 | 12.96 | - |
| YUV | 68.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 99 | 0.77 | 0.14 | 0 | 0.61 | 191.05 | 0.62 | 0.24 |
| Hex | 17 | 55 | 63 | 4D | E | 0 | 3D | BF | 3E | 18 |
| Octal | 27 | 125 | 143 | 115 | 16 | 0 | 75 | 277 | 76 | 30 |
| Binary | 10111 | 1010101 | 1100011 | 1001101 | 1110 | 0 | 111101 | 10111111 | 111110 | 11000 |
Color Harmonies of #175563
Complementary color
Monochromatic Colors of #175563
Black with #175563
Text Example
Text Example
White with #175563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175563; }
p { color: rgb(23,85,99); }
H1.HeaderClassName
{
color: #175563;
}
.AnyTagClassName
{
color: #175563;
}
</style>
background-color css
<style>
a { background-color: #175563; }
a { background-color: rgb(23,85,99); }
div.DivClassName
{
background-color: #175563;
}
.BgClassName
{
background-color: #175563;
}
</style>
border-color css
<style>
span { border-color: #175563; }
span { border-color: rgb(23,85,99); }
td.TdClassName
{
border-color: #175563;
}
.TagClassName
{
border-color: #175563;
}
</style>