Shades of Blue Stone #1D595B
Tints of Blue Stone #1D595B
RGB
CMYK
RGB Variations
Color information
#1D595B (or 0x1D595B) is known color: Blue Stone. HEX triplet: 1D, 59 and 5B. RGB value is (29,89,91). Sum of RGB (Red+Green+Blue) = 29+89+91=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D595B is #E2A6A4. Grayscale: #474747. Windows color (decimal): -14853797 or 5986589. OLE color: 5986589.
HSL color Cylindrical-coordinate representation of color #1D595B: hue angle of 181.94º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D595B is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 89 | 91 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.64 |
| HSL | 181.94º | 0.52% | 0.24% | - |
| HSV(B) | 181.94º | 0.68% | 0.36% | - |
| XYZ | 5.97 | 8.16 | 11.16 | - |
| YUV | 71.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 91 | 0.68 | 0.02 | 0 | 0.64 | 181.94 | 0.52 | 0.24 |
| Hex | 1D | 59 | 5B | 44 | 2 | 0 | 40 | B6 | 34 | 18 |
| Octal | 35 | 131 | 133 | 104 | 2 | 0 | 100 | 266 | 64 | 30 |
| Binary | 11101 | 1011001 | 1011011 | 1000100 | 10 | 0 | 1000000 | 10110110 | 110100 | 11000 |
Color Harmonies of #1D595B
Complementary color
Monochromatic Colors of #1D595B
Black with #1D595B
Text Example
Text Example
White with #1D595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D595B; }
p { color: rgb(29,89,91); }
H1.HeaderClassName
{
color: #1D595B;
}
.AnyTagClassName
{
color: #1D595B;
}
</style>
background-color css
<style>
a { background-color: #1D595B; }
a { background-color: rgb(29,89,91); }
div.DivClassName
{
background-color: #1D595B;
}
.BgClassName
{
background-color: #1D595B;
}
</style>
border-color css
<style>
span { border-color: #1D595B; }
span { border-color: rgb(29,89,91); }
td.TdClassName
{
border-color: #1D595B;
}
.TagClassName
{
border-color: #1D595B;
}
</style>