Shades of Blue Stone #175A55
Tints of Blue Stone #175A55
RGB
CMYK
RGB Variations
Color information
#175A55 (or 0x175A55) is known color: Blue Stone. HEX triplet: 17, 5A and 55. RGB value is (23,90,85). Sum of RGB (Red+Green+Blue) = 23+90+85=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #175A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A55 is #E8A5AA. Grayscale: #454545. Windows color (decimal): -15246763 or 5593623. OLE color: 5593623.
HSL color Cylindrical-coordinate representation of color #175A55: hue angle of 175.52º 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 #175A55 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 90 | 85 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.65 |
| HSL | 175.52º | 0.59% | 0.22% | - |
| HSV(B) | 175.52º | 0.74% | 0.35% | - |
| XYZ | 5.65 | 8.15 | 9.87 | - |
| YUV | 69.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 85 | 0.74 | 0 | 0.06 | 0.65 | 175.52 | 0.59 | 0.22 |
| Hex | 17 | 5A | 55 | 4A | 0 | 6 | 41 | B0 | 3B | 16 |
| Octal | 27 | 132 | 125 | 112 | 0 | 6 | 101 | 260 | 73 | 26 |
| Binary | 10111 | 1011010 | 1010101 | 1001010 | 0 | 110 | 1000001 | 10110000 | 111011 | 10110 |
Color Harmonies of #175A55
Complementary color
Monochromatic Colors of #175A55
Black with #175A55
Text Example
Text Example
White with #175A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A55; }
p { color: rgb(23,90,85); }
H1.HeaderClassName
{
color: #175A55;
}
.AnyTagClassName
{
color: #175A55;
}
</style>
background-color css
<style>
a { background-color: #175A55; }
a { background-color: rgb(23,90,85); }
div.DivClassName
{
background-color: #175A55;
}
.BgClassName
{
background-color: #175A55;
}
</style>
border-color css
<style>
span { border-color: #175A55; }
span { border-color: rgb(23,90,85); }
td.TdClassName
{
border-color: #175A55;
}
.TagClassName
{
border-color: #175A55;
}
</style>