Shades of Blue Stone #17555F
Tints of Blue Stone #17555F
RGB
CMYK
RGB Variations
Color information
#17555F (or 0x17555F) is known color: Blue Stone. HEX triplet: 17, 55 and 5F. RGB value is (23,85,95). Sum of RGB (Red+Green+Blue) = 23+85+95=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #17555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17555F is #E8AAA0. Grayscale: #434343. Windows color (decimal): -15248033 or 6247703. OLE color: 6247703.
HSL color Cylindrical-coordinate representation of color #17555F: hue angle of 188.33º 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 #17555F is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 85 | 95 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.63 |
| HSL | 188.33º | 0.61% | 0.23% | - |
| HSV(B) | 188.33º | 0.76% | 0.37% | - |
| XYZ | 5.67 | 7.51 | 11.98 | - |
| YUV | 67.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 95 | 0.76 | 0.11 | 0 | 0.63 | 188.33 | 0.61 | 0.23 |
| Hex | 17 | 55 | 5F | 4C | B | 0 | 3F | BC | 3D | 17 |
| Octal | 27 | 125 | 137 | 114 | 13 | 0 | 77 | 274 | 75 | 27 |
| Binary | 10111 | 1010101 | 1011111 | 1001100 | 1011 | 0 | 111111 | 10111100 | 111101 | 10111 |
Color Harmonies of #17555F
Complementary color
Monochromatic Colors of #17555F
Black with #17555F
Text Example
Text Example
White with #17555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17555F; }
p { color: rgb(23,85,95); }
H1.HeaderClassName
{
color: #17555F;
}
.AnyTagClassName
{
color: #17555F;
}
</style>
background-color css
<style>
a { background-color: #17555F; }
a { background-color: rgb(23,85,95); }
div.DivClassName
{
background-color: #17555F;
}
.BgClassName
{
background-color: #17555F;
}
</style>
border-color css
<style>
span { border-color: #17555F; }
span { border-color: rgb(23,85,95); }
td.TdClassName
{
border-color: #17555F;
}
.TagClassName
{
border-color: #17555F;
}
</style>