Shades of Blue Stone #175852
Tints of Blue Stone #175852
RGB
CMYK
RGB Variations
Color information
#175852 (or 0x175852) is known color: Blue Stone. HEX triplet: 17, 58 and 52. RGB value is (23,88,82). Sum of RGB (Red+Green+Blue) = 23+88+82=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #175852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175852 is #E8A7AD. Grayscale: #434343. Windows color (decimal): -15247278 or 5396503. OLE color: 5396503.
HSL color Cylindrical-coordinate representation of color #175852: hue angle of 174.46º 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 #175852 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 88 | 82 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.65 |
| HSL | 174.46º | 0.59% | 0.22% | - |
| HSV(B) | 174.46º | 0.74% | 0.35% | - |
| XYZ | 5.37 | 7.77 | 9.2 | - |
| YUV | 67.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 82 | 0.74 | 0 | 0.07 | 0.65 | 174.46 | 0.59 | 0.22 |
| Hex | 17 | 58 | 52 | 4A | 0 | 7 | 41 | AE | 3B | 16 |
| Octal | 27 | 130 | 122 | 112 | 0 | 7 | 101 | 256 | 73 | 26 |
| Binary | 10111 | 1011000 | 1010010 | 1001010 | 0 | 111 | 1000001 | 10101110 | 111011 | 10110 |
Color Harmonies of #175852
Complementary color
Monochromatic Colors of #175852
Black with #175852
Text Example
Text Example
White with #175852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175852; }
p { color: rgb(23,88,82); }
H1.HeaderClassName
{
color: #175852;
}
.AnyTagClassName
{
color: #175852;
}
</style>
background-color css
<style>
a { background-color: #175852; }
a { background-color: rgb(23,88,82); }
div.DivClassName
{
background-color: #175852;
}
.BgClassName
{
background-color: #175852;
}
</style>
border-color css
<style>
span { border-color: #175852; }
span { border-color: rgb(23,88,82); }
td.TdClassName
{
border-color: #175852;
}
.TagClassName
{
border-color: #175852;
}
</style>