Shades of Blue Stone #17555E
Tints of Blue Stone #17555E
RGB
CMYK
RGB Variations
Color information
#17555E (or 0x17555E) is known color: Blue Stone. HEX triplet: 17, 55 and 5E. RGB value is (23,85,94). Sum of RGB (Red+Green+Blue) = 23+85+94=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #17555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17555E is #E8AAA1. Grayscale: #434343. Windows color (decimal): -15248034 or 6182167. OLE color: 6182167.
HSL color Cylindrical-coordinate representation of color #17555E: hue angle of 187.61º 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 #17555E is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 85 | 94 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.63 |
| HSL | 187.61º | 0.61% | 0.23% | - |
| HSV(B) | 187.61º | 0.76% | 0.37% | - |
| XYZ | 5.62 | 7.49 | 11.74 | - |
| YUV | 67.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 94 | 0.76 | 0.10 | 0 | 0.63 | 187.61 | 0.61 | 0.23 |
| Hex | 17 | 55 | 5E | 4C | A | 0 | 3F | BC | 3D | 17 |
| Octal | 27 | 125 | 136 | 114 | 12 | 0 | 77 | 274 | 75 | 27 |
| Binary | 10111 | 1010101 | 1011110 | 1001100 | 1010 | 0 | 111111 | 10111100 | 111101 | 10111 |
Color Harmonies of #17555E
Complementary color
Monochromatic Colors of #17555E
Black with #17555E
Text Example
Text Example
White with #17555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17555E; }
p { color: rgb(23,85,94); }
H1.HeaderClassName
{
color: #17555E;
}
.AnyTagClassName
{
color: #17555E;
}
</style>
background-color css
<style>
a { background-color: #17555E; }
a { background-color: rgb(23,85,94); }
div.DivClassName
{
background-color: #17555E;
}
.BgClassName
{
background-color: #17555E;
}
</style>
border-color css
<style>
span { border-color: #17555E; }
span { border-color: rgb(23,85,94); }
td.TdClassName
{
border-color: #17555E;
}
.TagClassName
{
border-color: #17555E;
}
</style>