Shades of Blue Stone #17655E
Tints of Blue Stone #17655E
RGB
CMYK
RGB Variations
Color information
#17655E (or 0x17655E) is known color: Blue Stone. HEX triplet: 17, 65 and 5E. RGB value is (23,101,94). Sum of RGB (Red+Green+Blue) = 23+101+94=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #17655E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17655E is #E89AA1. Grayscale: #4C4C4C. Windows color (decimal): -15243938 or 6186263. OLE color: 6186263.
HSL color Cylindrical-coordinate representation of color #17655E: hue angle of 174.62º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17655E is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 101 | 94 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.60 |
| HSL | 174.62º | 0.63% | 0.24% | - |
| HSV(B) | 174.62º | 0.77% | 0.4% | - |
| XYZ | 7.03 | 10.3 | 12.21 | - |
| YUV | 76.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 94 | 0.77 | 0 | 0.07 | 0.60 | 174.62 | 0.63 | 0.24 |
| Hex | 17 | 65 | 5E | 4D | 0 | 7 | 3C | AF | 3F | 18 |
| Octal | 27 | 145 | 136 | 115 | 0 | 7 | 74 | 257 | 77 | 30 |
| Binary | 10111 | 1100101 | 1011110 | 1001101 | 0 | 111 | 111100 | 10101111 | 111111 | 11000 |
Color Harmonies of #17655E
Complementary color
Monochromatic Colors of #17655E
Black with #17655E
Text Example
Text Example
White with #17655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17655E; }
p { color: rgb(23,101,94); }
H1.HeaderClassName
{
color: #17655E;
}
.AnyTagClassName
{
color: #17655E;
}
</style>
background-color css
<style>
a { background-color: #17655E; }
a { background-color: rgb(23,101,94); }
div.DivClassName
{
background-color: #17655E;
}
.BgClassName
{
background-color: #17655E;
}
</style>
border-color css
<style>
span { border-color: #17655E; }
span { border-color: rgb(23,101,94); }
td.TdClassName
{
border-color: #17655E;
}
.TagClassName
{
border-color: #17655E;
}
</style>