Shades of Blue Stone #175853
Tints of Blue Stone #175853
RGB
CMYK
RGB Variations
Color information
#175853 (or 0x175853) is known color: Blue Stone. HEX triplet: 17, 58 and 53. RGB value is (23,88,83). Sum of RGB (Red+Green+Blue) = 23+88+83=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #175853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175853 is #E8A7AC. Grayscale: #434343. Windows color (decimal): -15247277 or 5462039. OLE color: 5462039.
HSL color Cylindrical-coordinate representation of color #175853: hue angle of 175.38º 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 #175853 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 88 | 83 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.65 |
| HSL | 175.38º | 0.59% | 0.22% | - |
| HSV(B) | 175.38º | 0.74% | 0.35% | - |
| XYZ | 5.4 | 7.79 | 9.4 | - |
| YUV | 68 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 83 | 0.74 | 0 | 0.06 | 0.65 | 175.38 | 0.59 | 0.22 |
| Hex | 17 | 58 | 53 | 4A | 0 | 6 | 41 | AF | 3B | 16 |
| Octal | 27 | 130 | 123 | 112 | 0 | 6 | 101 | 257 | 73 | 26 |
| Binary | 10111 | 1011000 | 1010011 | 1001010 | 0 | 110 | 1000001 | 10101111 | 111011 | 10110 |
Color Harmonies of #175853
Complementary color
Monochromatic Colors of #175853
Black with #175853
Text Example
Text Example
White with #175853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175853; }
p { color: rgb(23,88,83); }
H1.HeaderClassName
{
color: #175853;
}
.AnyTagClassName
{
color: #175853;
}
</style>
background-color css
<style>
a { background-color: #175853; }
a { background-color: rgb(23,88,83); }
div.DivClassName
{
background-color: #175853;
}
.BgClassName
{
background-color: #175853;
}
</style>
border-color css
<style>
span { border-color: #175853; }
span { border-color: rgb(23,88,83); }
td.TdClassName
{
border-color: #175853;
}
.TagClassName
{
border-color: #175853;
}
</style>