Shades of Blue Stone #175955
Tints of Blue Stone #175955
RGB
CMYK
RGB Variations
Color information
#175955 (or 0x175955) is known color: Blue Stone. HEX triplet: 17, 59 and 55. RGB value is (23,89,85). Sum of RGB (Red+Green+Blue) = 23+89+85=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #175955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175955 is #E8A6AA. Grayscale: #444444. Windows color (decimal): -15247019 or 5593367. OLE color: 5593367.
HSL color Cylindrical-coordinate representation of color #175955: hue angle of 176.36º 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 #175955 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 89 | 85 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.65 |
| HSL | 176.36º | 0.59% | 0.22% | - |
| HSV(B) | 176.36º | 0.74% | 0.35% | - |
| XYZ | 5.57 | 7.98 | 9.84 | - |
| YUV | 68.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 85 | 0.74 | 0 | 0.04 | 0.65 | 176.36 | 0.59 | 0.22 |
| Hex | 17 | 59 | 55 | 4A | 0 | 4 | 41 | B0 | 3B | 16 |
| Octal | 27 | 131 | 125 | 112 | 0 | 4 | 101 | 260 | 73 | 26 |
| Binary | 10111 | 1011001 | 1010101 | 1001010 | 0 | 100 | 1000001 | 10110000 | 111011 | 10110 |
Color Harmonies of #175955
Complementary color
Monochromatic Colors of #175955
Black with #175955
Text Example
Text Example
White with #175955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175955; }
p { color: rgb(23,89,85); }
H1.HeaderClassName
{
color: #175955;
}
.AnyTagClassName
{
color: #175955;
}
</style>
background-color css
<style>
a { background-color: #175955; }
a { background-color: rgb(23,89,85); }
div.DivClassName
{
background-color: #175955;
}
.BgClassName
{
background-color: #175955;
}
</style>
border-color css
<style>
span { border-color: #175955; }
span { border-color: rgb(23,89,85); }
td.TdClassName
{
border-color: #175955;
}
.TagClassName
{
border-color: #175955;
}
</style>