Shades of Blue Stone #17585C
Tints of Blue Stone #17585C
RGB
CMYK
RGB Variations
Color information
#17585C (or 0x17585C) is known color: Blue Stone. HEX triplet: 17, 58 and 5C. RGB value is (23,88,92). Sum of RGB (Red+Green+Blue) = 23+88+92=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #17585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17585C is #E8A7A3. Grayscale: #444444. Windows color (decimal): -15247268 or 6051863. OLE color: 6051863.
HSL color Cylindrical-coordinate representation of color #17585C: hue angle of 183.48º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17585C is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 88 | 92 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.64 |
| HSL | 183.48º | 0.6% | 0.23% | - |
| HSV(B) | 183.48º | 0.75% | 0.36% | - |
| XYZ | 5.77 | 7.93 | 11.35 | - |
| YUV | 69.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 92 | 0.75 | 0.04 | 0 | 0.64 | 183.48 | 0.6 | 0.23 |
| Hex | 17 | 58 | 5C | 4B | 4 | 0 | 40 | B7 | 3C | 17 |
| Octal | 27 | 130 | 134 | 113 | 4 | 0 | 100 | 267 | 74 | 27 |
| Binary | 10111 | 1011000 | 1011100 | 1001011 | 100 | 0 | 1000000 | 10110111 | 111100 | 10111 |
Color Harmonies of #17585C
Complementary color
Monochromatic Colors of #17585C
Black with #17585C
Text Example
Text Example
White with #17585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17585C; }
p { color: rgb(23,88,92); }
H1.HeaderClassName
{
color: #17585C;
}
.AnyTagClassName
{
color: #17585C;
}
</style>
background-color css
<style>
a { background-color: #17585C; }
a { background-color: rgb(23,88,92); }
div.DivClassName
{
background-color: #17585C;
}
.BgClassName
{
background-color: #17585C;
}
</style>
border-color css
<style>
span { border-color: #17585C; }
span { border-color: rgb(23,88,92); }
td.TdClassName
{
border-color: #17585C;
}
.TagClassName
{
border-color: #17585C;
}
</style>