Shades of Blue Stone #1D5758
Tints of Blue Stone #1D5758
RGB
CMYK
RGB Variations
Color information
#1D5758 (or 0x1D5758) is known color: Blue Stone. HEX triplet: 1D, 57 and 58. RGB value is (29,87,88). Sum of RGB (Red+Green+Blue) = 29+87+88=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D5758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5758 is #E2A8A7. Grayscale: #454545. Windows color (decimal): -14854312 or 5789469. OLE color: 5789469.
HSL color Cylindrical-coordinate representation of color #1D5758: hue angle of 181.02º degrees, saturation: 0.5, 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 #1D5758 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 87 | 88 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.65 |
| HSL | 181.02º | 0.5% | 0.23% | - |
| HSV(B) | 181.02º | 0.67% | 0.35% | - |
| XYZ | 5.68 | 7.78 | 10.44 | - |
| YUV | 69.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 87 | 88 | 0.67 | 0.01 | 0 | 0.65 | 181.02 | 0.5 | 0.23 |
| Hex | 1D | 57 | 58 | 43 | 1 | 0 | 41 | B5 | 32 | 17 |
| Octal | 35 | 127 | 130 | 103 | 1 | 0 | 101 | 265 | 62 | 27 |
| Binary | 11101 | 1010111 | 1011000 | 1000011 | 1 | 0 | 1000001 | 10110101 | 110010 | 10111 |
Color Harmonies of #1D5758
Complementary color
Monochromatic Colors of #1D5758
Black with #1D5758
Text Example
Text Example
White with #1D5758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5758; }
p { color: rgb(29,87,88); }
H1.HeaderClassName
{
color: #1D5758;
}
.AnyTagClassName
{
color: #1D5758;
}
</style>
background-color css
<style>
a { background-color: #1D5758; }
a { background-color: rgb(29,87,88); }
div.DivClassName
{
background-color: #1D5758;
}
.BgClassName
{
background-color: #1D5758;
}
</style>
border-color css
<style>
span { border-color: #1D5758; }
span { border-color: rgb(29,87,88); }
td.TdClassName
{
border-color: #1D5758;
}
.TagClassName
{
border-color: #1D5758;
}
</style>