Shades of Blue Stone #17565C
Tints of Blue Stone #17565C
RGB
CMYK
RGB Variations
Color information
#17565C (or 0x17565C) is known color: Blue Stone. HEX triplet: 17, 56 and 5C. RGB value is (23,86,92). Sum of RGB (Red+Green+Blue) = 23+86+92=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #17565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17565C is #E8A9A3. Grayscale: #434343. Windows color (decimal): -15247780 or 6051351. OLE color: 6051351.
HSL color Cylindrical-coordinate representation of color #17565C: hue angle of 185.22º 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 #17565C is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 86 | 92 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.64 |
| HSL | 185.22º | 0.6% | 0.23% | - |
| HSV(B) | 185.22º | 0.75% | 0.36% | - |
| XYZ | 5.61 | 7.61 | 11.3 | - |
| YUV | 67.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 92 | 0.75 | 0.07 | 0 | 0.64 | 185.22 | 0.6 | 0.23 |
| Hex | 17 | 56 | 5C | 4B | 7 | 0 | 40 | B9 | 3C | 17 |
| Octal | 27 | 126 | 134 | 113 | 7 | 0 | 100 | 271 | 74 | 27 |
| Binary | 10111 | 1010110 | 1011100 | 1001011 | 111 | 0 | 1000000 | 10111001 | 111100 | 10111 |
Color Harmonies of #17565C
Complementary color
Monochromatic Colors of #17565C
Black with #17565C
Text Example
Text Example
White with #17565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17565C; }
p { color: rgb(23,86,92); }
H1.HeaderClassName
{
color: #17565C;
}
.AnyTagClassName
{
color: #17565C;
}
</style>
background-color css
<style>
a { background-color: #17565C; }
a { background-color: rgb(23,86,92); }
div.DivClassName
{
background-color: #17565C;
}
.BgClassName
{
background-color: #17565C;
}
</style>
border-color css
<style>
span { border-color: #17565C; }
span { border-color: rgb(23,86,92); }
td.TdClassName
{
border-color: #17565C;
}
.TagClassName
{
border-color: #17565C;
}
</style>