Shades of Blue Stone #175B5A
Tints of Blue Stone #175B5A
RGB
CMYK
RGB Variations
Color information
#175B5A (or 0x175B5A) is known color: Blue Stone. HEX triplet: 17, 5B and 5A. RGB value is (23,91,90). Sum of RGB (Red+Green+Blue) = 23+91+90=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #175B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B5A is #E8A4A5. Grayscale: #464646. Windows color (decimal): -15246502 or 5921559. OLE color: 5921559.
HSL color Cylindrical-coordinate representation of color #175B5A: hue angle of 179.12º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175B5A is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 91 | 90 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.64 |
| HSL | 179.12º | 0.6% | 0.22% | - |
| HSV(B) | 179.12º | 0.75% | 0.36% | - |
| XYZ | 5.94 | 8.4 | 10.98 | - |
| YUV | 70.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 90 | 0.75 | 0 | 0.01 | 0.64 | 179.12 | 0.6 | 0.22 |
| Hex | 17 | 5B | 5A | 4B | 0 | 1 | 40 | B3 | 3C | 16 |
| Octal | 27 | 133 | 132 | 113 | 0 | 1 | 100 | 263 | 74 | 26 |
| Binary | 10111 | 1011011 | 1011010 | 1001011 | 0 | 1 | 1000000 | 10110011 | 111100 | 10110 |
Color Harmonies of #175B5A
Complementary color
Monochromatic Colors of #175B5A
Black with #175B5A
Text Example
Text Example
White with #175B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175B5A; }
p { color: rgb(23,91,90); }
H1.HeaderClassName
{
color: #175B5A;
}
.AnyTagClassName
{
color: #175B5A;
}
</style>
background-color css
<style>
a { background-color: #175B5A; }
a { background-color: rgb(23,91,90); }
div.DivClassName
{
background-color: #175B5A;
}
.BgClassName
{
background-color: #175B5A;
}
</style>
border-color css
<style>
span { border-color: #175B5A; }
span { border-color: rgb(23,91,90); }
td.TdClassName
{
border-color: #175B5A;
}
.TagClassName
{
border-color: #175B5A;
}
</style>