Shades of Blue Stone #1D5D5C
Tints of Blue Stone #1D5D5C
RGB
CMYK
RGB Variations
Color information
#1D5D5C (or 0x1D5D5C) is known color: Blue Stone. HEX triplet: 1D, 5D and 5C. RGB value is (29,93,92). Sum of RGB (Red+Green+Blue) = 29+93+92=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5D5C is #E2A2A3. Grayscale: #494949. Windows color (decimal): -14852772 or 6053149. OLE color: 6053149.
HSL color Cylindrical-coordinate representation of color #1D5D5C: hue angle of 179.06º 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 #1D5D5C is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 93 | 92 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.64 |
| HSL | 179.06º | 0.52% | 0.24% | - |
| HSV(B) | 179.06º | 0.69% | 0.36% | - |
| XYZ | 6.35 | 8.86 | 11.5 | - |
| YUV | 73.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 92 | 0.69 | 0 | 0.01 | 0.64 | 179.06 | 0.52 | 0.24 |
| Hex | 1D | 5D | 5C | 45 | 0 | 1 | 40 | B3 | 34 | 18 |
| Octal | 35 | 135 | 134 | 105 | 0 | 1 | 100 | 263 | 64 | 30 |
| Binary | 11101 | 1011101 | 1011100 | 1000101 | 0 | 1 | 1000000 | 10110011 | 110100 | 11000 |
Color Harmonies of #1D5D5C
Complementary color
Monochromatic Colors of #1D5D5C
Black with #1D5D5C
Text Example
Text Example
White with #1D5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5D5C; }
p { color: rgb(29,93,92); }
H1.HeaderClassName
{
color: #1D5D5C;
}
.AnyTagClassName
{
color: #1D5D5C;
}
</style>
background-color css
<style>
a { background-color: #1D5D5C; }
a { background-color: rgb(29,93,92); }
div.DivClassName
{
background-color: #1D5D5C;
}
.BgClassName
{
background-color: #1D5D5C;
}
</style>
border-color css
<style>
span { border-color: #1D5D5C; }
span { border-color: rgb(29,93,92); }
td.TdClassName
{
border-color: #1D5D5C;
}
.TagClassName
{
border-color: #1D5D5C;
}
</style>