Shades of Blue Stone #175A64
Tints of Blue Stone #175A64
RGB
CMYK
RGB Variations
Color information
#175A64 (or 0x175A64) is known color: Blue Stone. HEX triplet: 17, 5A and 64. RGB value is (23,90,100). Sum of RGB (Red+Green+Blue) = 23+90+100=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #175A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A64 is #E8A59B. Grayscale: #474747. Windows color (decimal): -15246748 or 6576663. OLE color: 6576663.
HSL color Cylindrical-coordinate representation of color #175A64: hue angle of 187.79º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175A64 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 90 | 100 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.61 |
| HSL | 187.79º | 0.63% | 0.24% | - |
| HSV(B) | 187.79º | 0.77% | 0.39% | - |
| XYZ | 6.31 | 8.41 | 13.35 | - |
| YUV | 71.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 100 | 0.77 | 0.10 | 0 | 0.61 | 187.79 | 0.63 | 0.24 |
| Hex | 17 | 5A | 64 | 4D | A | 0 | 3D | BC | 3F | 18 |
| Octal | 27 | 132 | 144 | 115 | 12 | 0 | 75 | 274 | 77 | 30 |
| Binary | 10111 | 1011010 | 1100100 | 1001101 | 1010 | 0 | 111101 | 10111100 | 111111 | 11000 |
Color Harmonies of #175A64
Complementary color
Monochromatic Colors of #175A64
Black with #175A64
Text Example
Text Example
White with #175A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A64; }
p { color: rgb(23,90,100); }
H1.HeaderClassName
{
color: #175A64;
}
.AnyTagClassName
{
color: #175A64;
}
</style>
background-color css
<style>
a { background-color: #175A64; }
a { background-color: rgb(23,90,100); }
div.DivClassName
{
background-color: #175A64;
}
.BgClassName
{
background-color: #175A64;
}
</style>
border-color css
<style>
span { border-color: #175A64; }
span { border-color: rgb(23,90,100); }
td.TdClassName
{
border-color: #175A64;
}
.TagClassName
{
border-color: #175A64;
}
</style>