Shades of Blue Stone #17665A
Tints of Blue Stone #17665A
RGB
CMYK
RGB Variations
Color information
#17665A (or 0x17665A) is known color: Blue Stone. HEX triplet: 17, 66 and 5A. RGB value is (23,102,90). Sum of RGB (Red+Green+Blue) = 23+102+90=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #17665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17665A is #E899A5. Grayscale: #4C4C4C. Windows color (decimal): -15243686 or 5924375. OLE color: 5924375.
HSL color Cylindrical-coordinate representation of color #17665A: hue angle of 170.89º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17665A is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 102 | 90 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.6 |
| HSL | 170.89º | 0.63% | 0.25% | - |
| HSV(B) | 170.89º | 0.77% | 0.4% | - |
| XYZ | 6.95 | 10.42 | 11.32 | - |
| YUV | 77.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 90 | 0.77 | 0 | 0.12 | 0.6 | 170.89 | 0.63 | 0.25 |
| Hex | 17 | 66 | 5A | 4D | 0 | C | 3C | AB | 3F | 19 |
| Octal | 27 | 146 | 132 | 115 | 0 | 14 | 74 | 253 | 77 | 31 |
| Binary | 10111 | 1100110 | 1011010 | 1001101 | 0 | 1100 | 111100 | 10101011 | 111111 | 11001 |
Color Harmonies of #17665A
Complementary color
Monochromatic Colors of #17665A
Black with #17665A
Text Example
Text Example
White with #17665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17665A; }
p { color: rgb(23,102,90); }
H1.HeaderClassName
{
color: #17665A;
}
.AnyTagClassName
{
color: #17665A;
}
</style>
background-color css
<style>
a { background-color: #17665A; }
a { background-color: rgb(23,102,90); }
div.DivClassName
{
background-color: #17665A;
}
.BgClassName
{
background-color: #17665A;
}
</style>
border-color css
<style>
span { border-color: #17665A; }
span { border-color: rgb(23,102,90); }
td.TdClassName
{
border-color: #17665A;
}
.TagClassName
{
border-color: #17665A;
}
</style>