Shades of Blue Stone #1F5958
Tints of Blue Stone #1F5958
RGB
CMYK
RGB Variations
Color information
#1F5958 (or 0x1F5958) is known color: Blue Stone. HEX triplet: 1F, 59 and 58. RGB value is (31,89,88). Sum of RGB (Red+Green+Blue) = 31+89+88=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #1F5958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5958 is #E0A6A7. Grayscale: #474747. Windows color (decimal): -14722728 or 5789983. OLE color: 5789983.
HSL color Cylindrical-coordinate representation of color #1F5958: hue angle of 178.97º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5958 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 89 | 88 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.65 |
| HSL | 178.97º | 0.48% | 0.24% | - |
| HSV(B) | 178.97º | 0.65% | 0.35% | - |
| XYZ | 5.9 | 8.14 | 10.49 | - |
| YUV | 71.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 88 | 0.65 | 0 | 0.01 | 0.65 | 178.97 | 0.48 | 0.24 |
| Hex | 1F | 59 | 58 | 41 | 0 | 1 | 41 | B3 | 30 | 18 |
| Octal | 37 | 131 | 130 | 101 | 0 | 1 | 101 | 263 | 60 | 30 |
| Binary | 11111 | 1011001 | 1011000 | 1000001 | 0 | 1 | 1000001 | 10110011 | 110000 | 11000 |
Color Harmonies of #1F5958
Complementary color
Monochromatic Colors of #1F5958
Black with #1F5958
Text Example
Text Example
White with #1F5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5958; }
p { color: rgb(31,89,88); }
H1.HeaderClassName
{
color: #1F5958;
}
.AnyTagClassName
{
color: #1F5958;
}
</style>
background-color css
<style>
a { background-color: #1F5958; }
a { background-color: rgb(31,89,88); }
div.DivClassName
{
background-color: #1F5958;
}
.BgClassName
{
background-color: #1F5958;
}
</style>
border-color css
<style>
span { border-color: #1F5958; }
span { border-color: rgb(31,89,88); }
td.TdClassName
{
border-color: #1F5958;
}
.TagClassName
{
border-color: #1F5958;
}
</style>