Shades of Blue Stone #1D575D
Tints of Blue Stone #1D575D
RGB
CMYK
RGB Variations
Color information
#1D575D (or 0x1D575D) is known color: Blue Stone. HEX triplet: 1D, 57 and 5D. RGB value is (29,87,93). Sum of RGB (Red+Green+Blue) = 29+87+93=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D575D is #E2A8A2. Grayscale: #464646. Windows color (decimal): -14854307 or 6117149. OLE color: 6117149.
HSL color Cylindrical-coordinate representation of color #1D575D: hue angle of 185.62º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D575D is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 87 | 93 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.64 |
| HSL | 185.63º | 0.52% | 0.24% | - |
| HSV(B) | 185.63º | 0.69% | 0.36% | - |
| XYZ | 5.89 | 7.87 | 11.56 | - |
| YUV | 70.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 87 | 93 | 0.69 | 0.06 | 0 | 0.64 | 185.63 | 0.52 | 0.24 |
| Hex | 1D | 57 | 5D | 45 | 6 | 0 | 40 | BA | 34 | 18 |
| Octal | 35 | 127 | 135 | 105 | 6 | 0 | 100 | 272 | 64 | 30 |
| Binary | 11101 | 1010111 | 1011101 | 1000101 | 110 | 0 | 1000000 | 10111010 | 110100 | 11000 |
Color Harmonies of #1D575D
Complementary color
Monochromatic Colors of #1D575D
Black with #1D575D
Text Example
Text Example
White with #1D575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D575D; }
p { color: rgb(29,87,93); }
H1.HeaderClassName
{
color: #1D575D;
}
.AnyTagClassName
{
color: #1D575D;
}
</style>
background-color css
<style>
a { background-color: #1D575D; }
a { background-color: rgb(29,87,93); }
div.DivClassName
{
background-color: #1D575D;
}
.BgClassName
{
background-color: #1D575D;
}
</style>
border-color css
<style>
span { border-color: #1D575D; }
span { border-color: rgb(29,87,93); }
td.TdClassName
{
border-color: #1D575D;
}
.TagClassName
{
border-color: #1D575D;
}
</style>