Shades of Blue Stone #1D5559
Tints of Blue Stone #1D5559
RGB
CMYK
RGB Variations
Color information
#1D5559 (or 0x1D5559) is known color: Blue Stone. HEX triplet: 1D, 55 and 59. RGB value is (29,85,89). Sum of RGB (Red+Green+Blue) = 29+85+89=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D5559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5559 is #E2AAA6. Grayscale: #444444. Windows color (decimal): -14854823 or 5854493. OLE color: 5854493.
HSL color Cylindrical-coordinate representation of color #1D5559: hue angle of 184º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5559 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 85 | 89 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.65 |
| HSL | 184º | 0.51% | 0.23% | - |
| HSV(B) | 184º | 0.67% | 0.35% | - |
| XYZ | 5.56 | 7.48 | 10.6 | - |
| YUV | 68.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 89 | 0.67 | 0.04 | 0 | 0.65 | 184 | 0.51 | 0.23 |
| Hex | 1D | 55 | 59 | 43 | 4 | 0 | 41 | B8 | 33 | 17 |
| Octal | 35 | 125 | 131 | 103 | 4 | 0 | 101 | 270 | 63 | 27 |
| Binary | 11101 | 1010101 | 1011001 | 1000011 | 100 | 0 | 1000001 | 10111000 | 110011 | 10111 |
Color Harmonies of #1D5559
Complementary color
Monochromatic Colors of #1D5559
Black with #1D5559
Text Example
Text Example
White with #1D5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5559; }
p { color: rgb(29,85,89); }
H1.HeaderClassName
{
color: #1D5559;
}
.AnyTagClassName
{
color: #1D5559;
}
</style>
background-color css
<style>
a { background-color: #1D5559; }
a { background-color: rgb(29,85,89); }
div.DivClassName
{
background-color: #1D5559;
}
.BgClassName
{
background-color: #1D5559;
}
</style>
border-color css
<style>
span { border-color: #1D5559; }
span { border-color: rgb(29,85,89); }
td.TdClassName
{
border-color: #1D5559;
}
.TagClassName
{
border-color: #1D5559;
}
</style>