Shades of Blue Stone #175F5A
Tints of Blue Stone #175F5A
RGB
CMYK
RGB Variations
Color information
#175F5A (or 0x175F5A) is known color: Blue Stone. HEX triplet: 17, 5F and 5A. RGB value is (23,95,90). Sum of RGB (Red+Green+Blue) = 23+95+90=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #175F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F5A is #E8A0A5. Grayscale: #484848. Windows color (decimal): -15245478 or 5922583. OLE color: 5922583.
HSL color Cylindrical-coordinate representation of color #175F5A: hue angle of 175.83º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175F5A is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 95 | 90 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.63 |
| HSL | 175.83º | 0.61% | 0.23% | - |
| HSV(B) | 175.83º | 0.76% | 0.37% | - |
| XYZ | 6.29 | 9.1 | 11.1 | - |
| YUV | 72.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 90 | 0.76 | 0 | 0.05 | 0.63 | 175.83 | 0.61 | 0.23 |
| Hex | 17 | 5F | 5A | 4C | 0 | 5 | 3F | B0 | 3D | 17 |
| Octal | 27 | 137 | 132 | 114 | 0 | 5 | 77 | 260 | 75 | 27 |
| Binary | 10111 | 1011111 | 1011010 | 1001100 | 0 | 101 | 111111 | 10110000 | 111101 | 10111 |
Color Harmonies of #175F5A
Complementary color
Monochromatic Colors of #175F5A
Black with #175F5A
Text Example
Text Example
White with #175F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F5A; }
p { color: rgb(23,95,90); }
H1.HeaderClassName
{
color: #175F5A;
}
.AnyTagClassName
{
color: #175F5A;
}
</style>
background-color css
<style>
a { background-color: #175F5A; }
a { background-color: rgb(23,95,90); }
div.DivClassName
{
background-color: #175F5A;
}
.BgClassName
{
background-color: #175F5A;
}
</style>
border-color css
<style>
span { border-color: #175F5A; }
span { border-color: rgb(23,95,90); }
td.TdClassName
{
border-color: #175F5A;
}
.TagClassName
{
border-color: #175F5A;
}
</style>