Shades of Blue Stone #17565D
Tints of Blue Stone #17565D
RGB
CMYK
RGB Variations
Color information
#17565D (or 0x17565D) is known color: Blue Stone. HEX triplet: 17, 56 and 5D. RGB value is (23,86,93). Sum of RGB (Red+Green+Blue) = 23+86+93=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #17565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17565D is #E8A9A2. Grayscale: #434343. Windows color (decimal): -15247779 or 6116887. OLE color: 6116887.
HSL color Cylindrical-coordinate representation of color #17565D: hue angle of 186º 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 #17565D is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 86 | 93 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.64 |
| HSL | 186º | 0.6% | 0.23% | - |
| HSV(B) | 186º | 0.75% | 0.36% | - |
| XYZ | 5.66 | 7.63 | 11.53 | - |
| YUV | 67.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 93 | 0.75 | 0.08 | 0 | 0.64 | 186 | 0.6 | 0.23 |
| Hex | 17 | 56 | 5D | 4B | 8 | 0 | 40 | BA | 3C | 17 |
| Octal | 27 | 126 | 135 | 113 | 10 | 0 | 100 | 272 | 74 | 27 |
| Binary | 10111 | 1010110 | 1011101 | 1001011 | 1000 | 0 | 1000000 | 10111010 | 111100 | 10111 |
Color Harmonies of #17565D
Complementary color
Monochromatic Colors of #17565D
Black with #17565D
Text Example
Text Example
White with #17565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17565D; }
p { color: rgb(23,86,93); }
H1.HeaderClassName
{
color: #17565D;
}
.AnyTagClassName
{
color: #17565D;
}
</style>
background-color css
<style>
a { background-color: #17565D; }
a { background-color: rgb(23,86,93); }
div.DivClassName
{
background-color: #17565D;
}
.BgClassName
{
background-color: #17565D;
}
</style>
border-color css
<style>
span { border-color: #17565D; }
span { border-color: rgb(23,86,93); }
td.TdClassName
{
border-color: #17565D;
}
.TagClassName
{
border-color: #17565D;
}
</style>