Shades of Blue Stone #1D605C
Tints of Blue Stone #1D605C
RGB
CMYK
RGB Variations
Color information
#1D605C (or 0x1D605C) is known color: Blue Stone. HEX triplet: 1D, 60 and 5C. RGB value is (29,96,92). Sum of RGB (Red+Green+Blue) = 29+96+92=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #1D605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D605C is #E29FA3. Grayscale: #4B4B4B. Windows color (decimal): -14852004 or 6053917. OLE color: 6053917.
HSL color Cylindrical-coordinate representation of color #1D605C: hue angle of 176.42º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D605C is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 96 | 92 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.62 |
| HSL | 176.42º | 0.54% | 0.25% | - |
| HSV(B) | 176.42º | 0.7% | 0.38% | - |
| XYZ | 6.62 | 9.4 | 11.59 | - |
| YUV | 75.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 92 | 0.70 | 0 | 0.04 | 0.62 | 176.42 | 0.54 | 0.25 |
| Hex | 1D | 60 | 5C | 46 | 0 | 4 | 3E | B0 | 36 | 19 |
| Octal | 35 | 140 | 134 | 106 | 0 | 4 | 76 | 260 | 66 | 31 |
| Binary | 11101 | 1100000 | 1011100 | 1000110 | 0 | 100 | 111110 | 10110000 | 110110 | 11001 |
Color Harmonies of #1D605C
Complementary color
Monochromatic Colors of #1D605C
Black with #1D605C
Text Example
Text Example
White with #1D605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D605C; }
p { color: rgb(29,96,92); }
H1.HeaderClassName
{
color: #1D605C;
}
.AnyTagClassName
{
color: #1D605C;
}
</style>
background-color css
<style>
a { background-color: #1D605C; }
a { background-color: rgb(29,96,92); }
div.DivClassName
{
background-color: #1D605C;
}
.BgClassName
{
background-color: #1D605C;
}
</style>
border-color css
<style>
span { border-color: #1D605C; }
span { border-color: rgb(29,96,92); }
td.TdClassName
{
border-color: #1D605C;
}
.TagClassName
{
border-color: #1D605C;
}
</style>