Shades of Blue Stone #1D5E5C
Tints of Blue Stone #1D5E5C
RGB
CMYK
RGB Variations
Color information
#1D5E5C (or 0x1D5E5C) is known color: Blue Stone. HEX triplet: 1D, 5E and 5C. RGB value is (29,94,92). Sum of RGB (Red+Green+Blue) = 29+94+92=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 94 - color contains mainly: green. Hex color #1D5E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5E5C is #E2A1A3. Grayscale: #4A4A4A. Windows color (decimal): -14852516 or 6053405. OLE color: 6053405.
HSL color Cylindrical-coordinate representation of color #1D5E5C: hue angle of 178.15º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5E5C is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 94 | 92 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.63 |
| HSL | 178.15º | 0.53% | 0.24% | - |
| HSV(B) | 178.15º | 0.69% | 0.37% | - |
| XYZ | 6.44 | 9.04 | 11.53 | - |
| YUV | 74.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 92 | 0.69 | 0 | 0.02 | 0.63 | 178.15 | 0.53 | 0.24 |
| Hex | 1D | 5E | 5C | 45 | 0 | 2 | 3F | B2 | 35 | 18 |
| Octal | 35 | 136 | 134 | 105 | 0 | 2 | 77 | 262 | 65 | 30 |
| Binary | 11101 | 1011110 | 1011100 | 1000101 | 0 | 10 | 111111 | 10110010 | 110101 | 11000 |
Color Harmonies of #1D5E5C
Complementary color
Monochromatic Colors of #1D5E5C
Black with #1D5E5C
Text Example
Text Example
White with #1D5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5E5C; }
p { color: rgb(29,94,92); }
H1.HeaderClassName
{
color: #1D5E5C;
}
.AnyTagClassName
{
color: #1D5E5C;
}
</style>
background-color css
<style>
a { background-color: #1D5E5C; }
a { background-color: rgb(29,94,92); }
div.DivClassName
{
background-color: #1D5E5C;
}
.BgClassName
{
background-color: #1D5E5C;
}
</style>
border-color css
<style>
span { border-color: #1D5E5C; }
span { border-color: rgb(29,94,92); }
td.TdClassName
{
border-color: #1D5E5C;
}
.TagClassName
{
border-color: #1D5E5C;
}
</style>