Shades of Blue Stone #1D655B
Tints of Blue Stone #1D655B
RGB
CMYK
RGB Variations
Color information
#1D655B (or 0x1D655B) is known color: Blue Stone. HEX triplet: 1D, 65 and 5B. RGB value is (29,101,91). Sum of RGB (Red+Green+Blue) = 29+101+91=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #1D655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D655B is #E29AA4. Grayscale: #4E4E4E. Windows color (decimal): -14850725 or 5989661. OLE color: 5989661.
HSL color Cylindrical-coordinate representation of color #1D655B: hue angle of 171.67º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D655B is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 101 | 91 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.60 |
| HSL | 171.67º | 0.55% | 0.25% | - |
| HSV(B) | 171.67º | 0.71% | 0.4% | - |
| XYZ | 7.05 | 10.32 | 11.52 | - |
| YUV | 78.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 91 | 0.71 | 0 | 0.10 | 0.60 | 171.67 | 0.55 | 0.25 |
| Hex | 1D | 65 | 5B | 47 | 0 | A | 3C | AC | 37 | 19 |
| Octal | 35 | 145 | 133 | 107 | 0 | 12 | 74 | 254 | 67 | 31 |
| Binary | 11101 | 1100101 | 1011011 | 1000111 | 0 | 1010 | 111100 | 10101100 | 110111 | 11001 |
Color Harmonies of #1D655B
Complementary color
Monochromatic Colors of #1D655B
Black with #1D655B
Text Example
Text Example
White with #1D655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D655B; }
p { color: rgb(29,101,91); }
H1.HeaderClassName
{
color: #1D655B;
}
.AnyTagClassName
{
color: #1D655B;
}
</style>
background-color css
<style>
a { background-color: #1D655B; }
a { background-color: rgb(29,101,91); }
div.DivClassName
{
background-color: #1D655B;
}
.BgClassName
{
background-color: #1D655B;
}
</style>
border-color css
<style>
span { border-color: #1D655B; }
span { border-color: rgb(29,101,91); }
td.TdClassName
{
border-color: #1D655B;
}
.TagClassName
{
border-color: #1D655B;
}
</style>