Shades of Blue Stone #175C5A
Tints of Blue Stone #175C5A
RGB
CMYK
RGB Variations
Color information
#175C5A (or 0x175C5A) is known color: Blue Stone. HEX triplet: 17, 5C and 5A. RGB value is (23,92,90). Sum of RGB (Red+Green+Blue) = 23+92+90=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #175C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C5A is #E8A3A5. Grayscale: #474747. Windows color (decimal): -15246246 or 5921815. OLE color: 5921815.
HSL color Cylindrical-coordinate representation of color #175C5A: hue angle of 178.26º 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 #175C5A is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 92 | 90 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.64 |
| HSL | 178.26º | 0.6% | 0.23% | - |
| HSV(B) | 178.26º | 0.75% | 0.36% | - |
| XYZ | 6.03 | 8.57 | 11.01 | - |
| YUV | 71.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 90 | 0.75 | 0 | 0.02 | 0.64 | 178.26 | 0.6 | 0.23 |
| Hex | 17 | 5C | 5A | 4B | 0 | 2 | 40 | B2 | 3C | 17 |
| Octal | 27 | 134 | 132 | 113 | 0 | 2 | 100 | 262 | 74 | 27 |
| Binary | 10111 | 1011100 | 1011010 | 1001011 | 0 | 10 | 1000000 | 10110010 | 111100 | 10111 |
Color Harmonies of #175C5A
Complementary color
Monochromatic Colors of #175C5A
Black with #175C5A
Text Example
Text Example
White with #175C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C5A; }
p { color: rgb(23,92,90); }
H1.HeaderClassName
{
color: #175C5A;
}
.AnyTagClassName
{
color: #175C5A;
}
</style>
background-color css
<style>
a { background-color: #175C5A; }
a { background-color: rgb(23,92,90); }
div.DivClassName
{
background-color: #175C5A;
}
.BgClassName
{
background-color: #175C5A;
}
</style>
border-color css
<style>
span { border-color: #175C5A; }
span { border-color: rgb(23,92,90); }
td.TdClassName
{
border-color: #175C5A;
}
.TagClassName
{
border-color: #175C5A;
}
</style>