Shades of Blue Stone #175559
Tints of Blue Stone #175559
RGB
CMYK
RGB Variations
Color information
#175559 (or 0x175559) is known color: Blue Stone. HEX triplet: 17, 55 and 59. RGB value is (23,85,89). Sum of RGB (Red+Green+Blue) = 23+85+89=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #175559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175559 is #E8AAA6. Grayscale: #424242. Windows color (decimal): -15248039 or 5854487. OLE color: 5854487.
HSL color Cylindrical-coordinate representation of color #175559: hue angle of 183.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 #175559 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 85 | 89 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.65 |
| HSL | 183.64º | 0.59% | 0.22% | - |
| HSV(B) | 183.64º | 0.74% | 0.35% | - |
| XYZ | 5.41 | 7.4 | 10.59 | - |
| YUV | 66.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 89 | 0.74 | 0.04 | 0 | 0.65 | 183.64 | 0.59 | 0.22 |
| Hex | 17 | 55 | 59 | 4A | 4 | 0 | 41 | B8 | 3B | 16 |
| Octal | 27 | 125 | 131 | 112 | 4 | 0 | 101 | 270 | 73 | 26 |
| Binary | 10111 | 1010101 | 1011001 | 1001010 | 100 | 0 | 1000001 | 10111000 | 111011 | 10110 |
Color Harmonies of #175559
Complementary color
Monochromatic Colors of #175559
Black with #175559
Text Example
Text Example
White with #175559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175559; }
p { color: rgb(23,85,89); }
H1.HeaderClassName
{
color: #175559;
}
.AnyTagClassName
{
color: #175559;
}
</style>
background-color css
<style>
a { background-color: #175559; }
a { background-color: rgb(23,85,89); }
div.DivClassName
{
background-color: #175559;
}
.BgClassName
{
background-color: #175559;
}
</style>
border-color css
<style>
span { border-color: #175559; }
span { border-color: rgb(23,85,89); }
td.TdClassName
{
border-color: #175559;
}
.TagClassName
{
border-color: #175559;
}
</style>