Shades of Blue Stone #175A5B
Tints of Blue Stone #175A5B
RGB
CMYK
RGB Variations
Color information
#175A5B (or 0x175A5B) is known color: Blue Stone. HEX triplet: 17, 5A and 5B. RGB value is (23,90,91). Sum of RGB (Red+Green+Blue) = 23+90+91=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #175A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A5B is #E8A5A4. Grayscale: #464646. Windows color (decimal): -15246757 or 5986839. OLE color: 5986839.
HSL color Cylindrical-coordinate representation of color #175A5B: hue angle of 180.88º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175A5B is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 90 | 91 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.64 |
| HSL | 180.88º | 0.6% | 0.22% | - |
| HSV(B) | 180.88º | 0.75% | 0.36% | - |
| XYZ | 5.9 | 8.25 | 11.18 | - |
| YUV | 70.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 91 | 0.75 | 0.01 | 0 | 0.64 | 180.88 | 0.6 | 0.22 |
| Hex | 17 | 5A | 5B | 4B | 1 | 0 | 40 | B5 | 3C | 16 |
| Octal | 27 | 132 | 133 | 113 | 1 | 0 | 100 | 265 | 74 | 26 |
| Binary | 10111 | 1011010 | 1011011 | 1001011 | 1 | 0 | 1000000 | 10110101 | 111100 | 10110 |
Color Harmonies of #175A5B
Complementary color
Monochromatic Colors of #175A5B
Black with #175A5B
Text Example
Text Example
White with #175A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A5B; }
p { color: rgb(23,90,91); }
H1.HeaderClassName
{
color: #175A5B;
}
.AnyTagClassName
{
color: #175A5B;
}
</style>
background-color css
<style>
a { background-color: #175A5B; }
a { background-color: rgb(23,90,91); }
div.DivClassName
{
background-color: #175A5B;
}
.BgClassName
{
background-color: #175A5B;
}
</style>
border-color css
<style>
span { border-color: #175A5B; }
span { border-color: rgb(23,90,91); }
td.TdClassName
{
border-color: #175A5B;
}
.TagClassName
{
border-color: #175A5B;
}
</style>