Shades of Blue Stone #17575B
Tints of Blue Stone #17575B
RGB
CMYK
RGB Variations
Color information
#17575B (or 0x17575B) is known color: Blue Stone. HEX triplet: 17, 57 and 5B. RGB value is (23,87,91). Sum of RGB (Red+Green+Blue) = 23+87+91=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #17575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17575B is #E8A8A4. Grayscale: #444444. Windows color (decimal): -15247525 or 5986071. OLE color: 5986071.
HSL color Cylindrical-coordinate representation of color #17575B: hue angle of 183.53º 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 #17575B is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 87 | 91 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.64 |
| HSL | 183.53º | 0.6% | 0.22% | - |
| HSV(B) | 183.53º | 0.75% | 0.36% | - |
| XYZ | 5.65 | 7.75 | 11.1 | - |
| YUV | 68.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 91 | 0.75 | 0.04 | 0 | 0.64 | 183.53 | 0.6 | 0.22 |
| Hex | 17 | 57 | 5B | 4B | 4 | 0 | 40 | B8 | 3C | 16 |
| Octal | 27 | 127 | 133 | 113 | 4 | 0 | 100 | 270 | 74 | 26 |
| Binary | 10111 | 1010111 | 1011011 | 1001011 | 100 | 0 | 1000000 | 10111000 | 111100 | 10110 |
Color Harmonies of #17575B
Complementary color
Monochromatic Colors of #17575B
Black with #17575B
Text Example
Text Example
White with #17575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17575B; }
p { color: rgb(23,87,91); }
H1.HeaderClassName
{
color: #17575B;
}
.AnyTagClassName
{
color: #17575B;
}
</style>
background-color css
<style>
a { background-color: #17575B; }
a { background-color: rgb(23,87,91); }
div.DivClassName
{
background-color: #17575B;
}
.BgClassName
{
background-color: #17575B;
}
</style>
border-color css
<style>
span { border-color: #17575B; }
span { border-color: rgb(23,87,91); }
td.TdClassName
{
border-color: #17575B;
}
.TagClassName
{
border-color: #17575B;
}
</style>