Shades of Blue Stone #17535B
Tints of Blue Stone #17535B
RGB
CMYK
RGB Variations
Color information
#17535B (or 0x17535B) is known color: Blue Stone. HEX triplet: 17, 53 and 5B. RGB value is (23,83,91). Sum of RGB (Red+Green+Blue) = 23+83+91=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #17535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17535B is #E8ACA4. Grayscale: #414141. Windows color (decimal): -15248549 or 5985047. OLE color: 5985047.
HSL color Cylindrical-coordinate representation of color #17535B: hue angle of 187.06º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17535B is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 83 | 91 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.64 |
| HSL | 187.06º | 0.6% | 0.22% | - |
| HSV(B) | 187.06º | 0.75% | 0.36% | - |
| XYZ | 5.33 | 7.12 | 10.99 | - |
| YUV | 65.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 91 | 0.75 | 0.09 | 0 | 0.64 | 187.06 | 0.6 | 0.22 |
| Hex | 17 | 53 | 5B | 4B | 9 | 0 | 40 | BB | 3C | 16 |
| Octal | 27 | 123 | 133 | 113 | 11 | 0 | 100 | 273 | 74 | 26 |
| Binary | 10111 | 1010011 | 1011011 | 1001011 | 1001 | 0 | 1000000 | 10111011 | 111100 | 10110 |
Color Harmonies of #17535B
Complementary color
Monochromatic Colors of #17535B
Black with #17535B
Text Example
Text Example
White with #17535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17535B; }
p { color: rgb(23,83,91); }
H1.HeaderClassName
{
color: #17535B;
}
.AnyTagClassName
{
color: #17535B;
}
</style>
background-color css
<style>
a { background-color: #17535B; }
a { background-color: rgb(23,83,91); }
div.DivClassName
{
background-color: #17535B;
}
.BgClassName
{
background-color: #17535B;
}
</style>
border-color css
<style>
span { border-color: #17535B; }
span { border-color: rgb(23,83,91); }
td.TdClassName
{
border-color: #17535B;
}
.TagClassName
{
border-color: #17535B;
}
</style>