Shades of Blue Stone #175952
Tints of Blue Stone #175952
RGB
CMYK
RGB Variations
Color information
#175952 (or 0x175952) is known color: Blue Stone. HEX triplet: 17, 59 and 52. RGB value is (23,89,82). Sum of RGB (Red+Green+Blue) = 23+89+82=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #175952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175952 is #E8A6AD. Grayscale: #444444. Windows color (decimal): -15247022 or 5396759. OLE color: 5396759.
HSL color Cylindrical-coordinate representation of color #175952: hue angle of 173.64º 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 #175952 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 89 | 82 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.65 |
| HSL | 173.64º | 0.59% | 0.22% | - |
| HSV(B) | 173.64º | 0.74% | 0.35% | - |
| XYZ | 5.45 | 7.94 | 9.23 | - |
| YUV | 68.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 82 | 0.74 | 0 | 0.08 | 0.65 | 173.64 | 0.59 | 0.22 |
| Hex | 17 | 59 | 52 | 4A | 0 | 8 | 41 | AE | 3B | 16 |
| Octal | 27 | 131 | 122 | 112 | 0 | 10 | 101 | 256 | 73 | 26 |
| Binary | 10111 | 1011001 | 1010010 | 1001010 | 0 | 1000 | 1000001 | 10101110 | 111011 | 10110 |
Color Harmonies of #175952
Complementary color
Monochromatic Colors of #175952
Black with #175952
Text Example
Text Example
White with #175952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175952; }
p { color: rgb(23,89,82); }
H1.HeaderClassName
{
color: #175952;
}
.AnyTagClassName
{
color: #175952;
}
</style>
background-color css
<style>
a { background-color: #175952; }
a { background-color: rgb(23,89,82); }
div.DivClassName
{
background-color: #175952;
}
.BgClassName
{
background-color: #175952;
}
</style>
border-color css
<style>
span { border-color: #175952; }
span { border-color: rgb(23,89,82); }
td.TdClassName
{
border-color: #175952;
}
.TagClassName
{
border-color: #175952;
}
</style>