Shades of Blue Stone #175654
Tints of Blue Stone #175654
RGB
CMYK
RGB Variations
Color information
#175654 (or 0x175654) is known color: Blue Stone. HEX triplet: 17, 56 and 54. RGB value is (23,86,84). Sum of RGB (Red+Green+Blue) = 23+86+84=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #175654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175654 is #E8A9AB. Grayscale: #424242. Windows color (decimal): -15247788 or 5527063. OLE color: 5527063.
HSL color Cylindrical-coordinate representation of color #175654: hue angle of 178.1º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175654 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 86 | 84 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.66 |
| HSL | 178.1º | 0.58% | 0.21% | - |
| HSV(B) | 178.1º | 0.73% | 0.34% | - |
| XYZ | 5.28 | 7.48 | 9.55 | - |
| YUV | 66.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 84 | 0.73 | 0 | 0.02 | 0.66 | 178.1 | 0.58 | 0.21 |
| Hex | 17 | 56 | 54 | 49 | 0 | 2 | 42 | B2 | 3A | 15 |
| Octal | 27 | 126 | 124 | 111 | 0 | 2 | 102 | 262 | 72 | 25 |
| Binary | 10111 | 1010110 | 1010100 | 1001001 | 0 | 10 | 1000010 | 10110010 | 111010 | 10101 |
Color Harmonies of #175654
Complementary color
Monochromatic Colors of #175654
Black with #175654
Text Example
Text Example
White with #175654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175654; }
p { color: rgb(23,86,84); }
H1.HeaderClassName
{
color: #175654;
}
.AnyTagClassName
{
color: #175654;
}
</style>
background-color css
<style>
a { background-color: #175654; }
a { background-color: rgb(23,86,84); }
div.DivClassName
{
background-color: #175654;
}
.BgClassName
{
background-color: #175654;
}
</style>
border-color css
<style>
span { border-color: #175654; }
span { border-color: rgb(23,86,84); }
td.TdClassName
{
border-color: #175654;
}
.TagClassName
{
border-color: #175654;
}
</style>