Shades of Blue Stone #175A63
Tints of Blue Stone #175A63
RGB
CMYK
RGB Variations
Color information
#175A63 (or 0x175A63) is known color: Blue Stone. HEX triplet: 17, 5A and 63. RGB value is (23,90,99). Sum of RGB (Red+Green+Blue) = 23+90+99=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #175A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A63 is #E8A59C. Grayscale: #464646. Windows color (decimal): -15246749 or 6511127. OLE color: 6511127.
HSL color Cylindrical-coordinate representation of color #175A63: hue angle of 187.11º 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 #175A63 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 90 | 99 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.61 |
| HSL | 187.11º | 0.62% | 0.24% | - |
| HSV(B) | 187.11º | 0.77% | 0.39% | - |
| XYZ | 6.26 | 8.4 | 13.09 | - |
| YUV | 70.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 99 | 0.77 | 0.09 | 0 | 0.61 | 187.11 | 0.62 | 0.24 |
| Hex | 17 | 5A | 63 | 4D | 9 | 0 | 3D | BB | 3E | 18 |
| Octal | 27 | 132 | 143 | 115 | 11 | 0 | 75 | 273 | 76 | 30 |
| Binary | 10111 | 1011010 | 1100011 | 1001101 | 1001 | 0 | 111101 | 10111011 | 111110 | 11000 |
Color Harmonies of #175A63
Complementary color
Monochromatic Colors of #175A63
Black with #175A63
Text Example
Text Example
White with #175A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A63; }
p { color: rgb(23,90,99); }
H1.HeaderClassName
{
color: #175A63;
}
.AnyTagClassName
{
color: #175A63;
}
</style>
background-color css
<style>
a { background-color: #175A63; }
a { background-color: rgb(23,90,99); }
div.DivClassName
{
background-color: #175A63;
}
.BgClassName
{
background-color: #175A63;
}
</style>
border-color css
<style>
span { border-color: #175A63; }
span { border-color: rgb(23,90,99); }
td.TdClassName
{
border-color: #175A63;
}
.TagClassName
{
border-color: #175A63;
}
</style>