Shades of Blue Stone #175A59
Tints of Blue Stone #175A59
RGB
CMYK
RGB Variations
Color information
#175A59 (or 0x175A59) is known color: Blue Stone. HEX triplet: 17, 5A and 59. RGB value is (23,90,89). Sum of RGB (Red+Green+Blue) = 23+90+89=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #175A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A59 is #E8A5A6. Grayscale: #454545. Windows color (decimal): -15246759 or 5855767. OLE color: 5855767.
HSL color Cylindrical-coordinate representation of color #175A59: hue angle of 179.1º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175A59 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 90 | 89 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.65 |
| HSL | 179.1º | 0.59% | 0.22% | - |
| HSV(B) | 179.1º | 0.74% | 0.35% | - |
| XYZ | 5.81 | 8.22 | 10.73 | - |
| YUV | 69.85 | 138.8 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 89 | 0.74 | 0 | 0.01 | 0.65 | 179.1 | 0.59 | 0.22 |
| Hex | 17 | 5A | 59 | 4A | 0 | 1 | 41 | B3 | 3B | 16 |
| Octal | 27 | 132 | 131 | 112 | 0 | 1 | 101 | 263 | 73 | 26 |
| Binary | 10111 | 1011010 | 1011001 | 1001010 | 0 | 1 | 1000001 | 10110011 | 111011 | 10110 |
Color Harmonies of #175A59
Complementary color
Monochromatic Colors of #175A59
Black with #175A59
Text Example
Text Example
White with #175A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A59; }
p { color: rgb(23,90,89); }
H1.HeaderClassName
{
color: #175A59;
}
.AnyTagClassName
{
color: #175A59;
}
</style>
background-color css
<style>
a { background-color: #175A59; }
a { background-color: rgb(23,90,89); }
div.DivClassName
{
background-color: #175A59;
}
.BgClassName
{
background-color: #175A59;
}
</style>
border-color css
<style>
span { border-color: #175A59; }
span { border-color: rgb(23,90,89); }
td.TdClassName
{
border-color: #175A59;
}
.TagClassName
{
border-color: #175A59;
}
</style>