Shades of Blue Stone #17555B
Tints of Blue Stone #17555B
RGB
CMYK
RGB Variations
Color information
#17555B (or 0x17555B) is known color: Blue Stone. HEX triplet: 17, 55 and 5B. RGB value is (23,85,91). Sum of RGB (Red+Green+Blue) = 23+85+91=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #17555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17555B is #E8AAA4. Grayscale: #434343. Windows color (decimal): -15248037 or 5985559. OLE color: 5985559.
HSL color Cylindrical-coordinate representation of color #17555B: hue angle of 185.29º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17555B is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 85 | 91 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.64 |
| HSL | 185.29º | 0.6% | 0.22% | - |
| HSV(B) | 185.29º | 0.75% | 0.36% | - |
| XYZ | 5.49 | 7.43 | 11.04 | - |
| YUV | 67.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 91 | 0.75 | 0.07 | 0 | 0.64 | 185.29 | 0.6 | 0.22 |
| Hex | 17 | 55 | 5B | 4B | 7 | 0 | 40 | B9 | 3C | 16 |
| Octal | 27 | 125 | 133 | 113 | 7 | 0 | 100 | 271 | 74 | 26 |
| Binary | 10111 | 1010101 | 1011011 | 1001011 | 111 | 0 | 1000000 | 10111001 | 111100 | 10110 |
Color Harmonies of #17555B
Complementary color
Monochromatic Colors of #17555B
Black with #17555B
Text Example
Text Example
White with #17555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17555B; }
p { color: rgb(23,85,91); }
H1.HeaderClassName
{
color: #17555B;
}
.AnyTagClassName
{
color: #17555B;
}
</style>
background-color css
<style>
a { background-color: #17555B; }
a { background-color: rgb(23,85,91); }
div.DivClassName
{
background-color: #17555B;
}
.BgClassName
{
background-color: #17555B;
}
</style>
border-color css
<style>
span { border-color: #17555B; }
span { border-color: rgb(23,85,91); }
td.TdClassName
{
border-color: #17555B;
}
.TagClassName
{
border-color: #17555B;
}
</style>