Shades of Blue Stone #1D5657
Tints of Blue Stone #1D5657
RGB
CMYK
RGB Variations
Color information
#1D5657 (or 0x1D5657) is known color: Blue Stone. HEX triplet: 1D, 56 and 57. RGB value is (29,86,87). Sum of RGB (Red+Green+Blue) = 29+86+87=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D5657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5657 is #E2A9A8. Grayscale: #454545. Windows color (decimal): -14854569 or 5723677. OLE color: 5723677.
HSL color Cylindrical-coordinate representation of color #1D5657: hue angle of 181.03º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5657 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 87 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.66 |
| HSL | 181.03º | 0.5% | 0.23% | - |
| HSV(B) | 181.03º | 0.67% | 0.34% | - |
| XYZ | 5.55 | 7.6 | 10.19 | - |
| YUV | 69.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 87 | 0.67 | 0.01 | 0 | 0.66 | 181.03 | 0.5 | 0.23 |
| Hex | 1D | 56 | 57 | 43 | 1 | 0 | 42 | B5 | 32 | 17 |
| Octal | 35 | 126 | 127 | 103 | 1 | 0 | 102 | 265 | 62 | 27 |
| Binary | 11101 | 1010110 | 1010111 | 1000011 | 1 | 0 | 1000010 | 10110101 | 110010 | 10111 |
Color Harmonies of #1D5657
Complementary color
Monochromatic Colors of #1D5657
Black with #1D5657
Text Example
Text Example
White with #1D5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5657; }
p { color: rgb(29,86,87); }
H1.HeaderClassName
{
color: #1D5657;
}
.AnyTagClassName
{
color: #1D5657;
}
</style>
background-color css
<style>
a { background-color: #1D5657; }
a { background-color: rgb(29,86,87); }
div.DivClassName
{
background-color: #1D5657;
}
.BgClassName
{
background-color: #1D5657;
}
</style>
border-color css
<style>
span { border-color: #1D5657; }
span { border-color: rgb(29,86,87); }
td.TdClassName
{
border-color: #1D5657;
}
.TagClassName
{
border-color: #1D5657;
}
</style>