Shades of Blue Stone #17575D
Tints of Blue Stone #17575D
RGB
CMYK
RGB Variations
Color information
#17575D (or 0x17575D) is known color: Blue Stone. HEX triplet: 17, 57 and 5D. RGB value is (23,87,93). Sum of RGB (Red+Green+Blue) = 23+87+93=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #17575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17575D is #E8A8A2. Grayscale: #444444. Windows color (decimal): -15247523 or 6117143. OLE color: 6117143.
HSL color Cylindrical-coordinate representation of color #17575D: hue angle of 185.14º 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 #17575D is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 87 | 93 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.64 |
| HSL | 185.14º | 0.6% | 0.23% | - |
| HSV(B) | 185.14º | 0.75% | 0.36% | - |
| XYZ | 5.74 | 7.79 | 11.56 | - |
| YUV | 68.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 93 | 0.75 | 0.06 | 0 | 0.64 | 185.14 | 0.6 | 0.23 |
| Hex | 17 | 57 | 5D | 4B | 6 | 0 | 40 | B9 | 3C | 17 |
| Octal | 27 | 127 | 135 | 113 | 6 | 0 | 100 | 271 | 74 | 27 |
| Binary | 10111 | 1010111 | 1011101 | 1001011 | 110 | 0 | 1000000 | 10111001 | 111100 | 10111 |
Color Harmonies of #17575D
Complementary color
Monochromatic Colors of #17575D
Black with #17575D
Text Example
Text Example
White with #17575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17575D; }
p { color: rgb(23,87,93); }
H1.HeaderClassName
{
color: #17575D;
}
.AnyTagClassName
{
color: #17575D;
}
</style>
background-color css
<style>
a { background-color: #17575D; }
a { background-color: rgb(23,87,93); }
div.DivClassName
{
background-color: #17575D;
}
.BgClassName
{
background-color: #17575D;
}
</style>
border-color css
<style>
span { border-color: #17575D; }
span { border-color: rgb(23,87,93); }
td.TdClassName
{
border-color: #17575D;
}
.TagClassName
{
border-color: #17575D;
}
</style>