Shades of Blue Stone #175E69
Tints of Blue Stone #175E69
RGB
CMYK
RGB Variations
Color information
#175E69 (or 0x175E69) is known color: Blue Stone. HEX triplet: 17, 5E and 69. RGB value is (23,94,105). Sum of RGB (Red+Green+Blue) = 23+94+105=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #175E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E69 is #E8A196. Grayscale: #494949. Windows color (decimal): -15245719 or 6905367. OLE color: 6905367.
HSL color Cylindrical-coordinate representation of color #175E69: hue angle of 188.05º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175E69 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 94 | 105 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.59 |
| HSL | 188.05º | 0.64% | 0.25% | - |
| HSV(B) | 188.05º | 0.78% | 0.41% | - |
| XYZ | 6.91 | 9.21 | 14.78 | - |
| YUV | 74.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 105 | 0.78 | 0.10 | 0 | 0.59 | 188.05 | 0.64 | 0.25 |
| Hex | 17 | 5E | 69 | 4E | A | 0 | 3B | BC | 40 | 19 |
| Octal | 27 | 136 | 151 | 116 | 12 | 0 | 73 | 274 | 100 | 31 |
| Binary | 10111 | 1011110 | 1101001 | 1001110 | 1010 | 0 | 111011 | 10111100 | 1000000 | 11001 |
Color Harmonies of #175E69
Complementary color
Monochromatic Colors of #175E69
Black with #175E69
Text Example
Text Example
White with #175E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175E69; }
p { color: rgb(23,94,105); }
H1.HeaderClassName
{
color: #175E69;
}
.AnyTagClassName
{
color: #175E69;
}
</style>
background-color css
<style>
a { background-color: #175E69; }
a { background-color: rgb(23,94,105); }
div.DivClassName
{
background-color: #175E69;
}
.BgClassName
{
background-color: #175E69;
}
</style>
border-color css
<style>
span { border-color: #175E69; }
span { border-color: rgb(23,94,105); }
td.TdClassName
{
border-color: #175E69;
}
.TagClassName
{
border-color: #175E69;
}
</style>