Shades of Blue Stone #17575A
Tints of Blue Stone #17575A
RGB
CMYK
RGB Variations
Color information
#17575A (or 0x17575A) is known color: Blue Stone. HEX triplet: 17, 57 and 5A. RGB value is (23,87,90). Sum of RGB (Red+Green+Blue) = 23+87+90=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #17575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17575A is #E8A8A5. Grayscale: #444444. Windows color (decimal): -15247526 or 5920535. OLE color: 5920535.
HSL color Cylindrical-coordinate representation of color #17575A: hue angle of 182.69º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17575A is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 87 | 90 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.65 |
| HSL | 182.69º | 0.59% | 0.22% | - |
| HSV(B) | 182.69º | 0.74% | 0.35% | - |
| XYZ | 5.61 | 7.74 | 10.87 | - |
| YUV | 68.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 90 | 0.74 | 0.03 | 0 | 0.65 | 182.69 | 0.59 | 0.22 |
| Hex | 17 | 57 | 5A | 4A | 3 | 0 | 41 | B7 | 3B | 16 |
| Octal | 27 | 127 | 132 | 112 | 3 | 0 | 101 | 267 | 73 | 26 |
| Binary | 10111 | 1010111 | 1011010 | 1001010 | 11 | 0 | 1000001 | 10110111 | 111011 | 10110 |
Color Harmonies of #17575A
Complementary color
Monochromatic Colors of #17575A
Black with #17575A
Text Example
Text Example
White with #17575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17575A; }
p { color: rgb(23,87,90); }
H1.HeaderClassName
{
color: #17575A;
}
.AnyTagClassName
{
color: #17575A;
}
</style>
background-color css
<style>
a { background-color: #17575A; }
a { background-color: rgb(23,87,90); }
div.DivClassName
{
background-color: #17575A;
}
.BgClassName
{
background-color: #17575A;
}
</style>
border-color css
<style>
span { border-color: #17575A; }
span { border-color: rgb(23,87,90); }
td.TdClassName
{
border-color: #17575A;
}
.TagClassName
{
border-color: #17575A;
}
</style>