Shades of Blue Stone #1C5C56
Tints of Blue Stone #1C5C56
RGB
CMYK
RGB Variations
Color information
#1C5C56 (or 0x1C5C56) is known color: Blue Stone. HEX triplet: 1C, 5C and 56. RGB value is (28,92,86). Sum of RGB (Red+Green+Blue) = 28+92+86=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5C56 is #E3A3A9. Grayscale: #484848. Windows color (decimal): -14918570 or 5659676. OLE color: 5659676.
HSL color Cylindrical-coordinate representation of color #1C5C56: hue angle of 174.38º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C56 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 92 | 86 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.64 |
| HSL | 174.38º | 0.53% | 0.24% | - |
| HSV(B) | 174.38º | 0.7% | 0.36% | - |
| XYZ | 5.99 | 8.57 | 10.14 | - |
| YUV | 72.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 86 | 0.70 | 0 | 0.07 | 0.64 | 174.38 | 0.53 | 0.24 |
| Hex | 1C | 5C | 56 | 46 | 0 | 7 | 40 | AE | 35 | 18 |
| Octal | 34 | 134 | 126 | 106 | 0 | 7 | 100 | 256 | 65 | 30 |
| Binary | 11100 | 1011100 | 1010110 | 1000110 | 0 | 111 | 1000000 | 10101110 | 110101 | 11000 |
Color Harmonies of #1C5C56
Complementary color
Monochromatic Colors of #1C5C56
Black with #1C5C56
Text Example
Text Example
White with #1C5C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5C56; }
p { color: rgb(28,92,86); }
H1.HeaderClassName
{
color: #1C5C56;
}
.AnyTagClassName
{
color: #1C5C56;
}
</style>
background-color css
<style>
a { background-color: #1C5C56; }
a { background-color: rgb(28,92,86); }
div.DivClassName
{
background-color: #1C5C56;
}
.BgClassName
{
background-color: #1C5C56;
}
</style>
border-color css
<style>
span { border-color: #1C5C56; }
span { border-color: rgb(28,92,86); }
td.TdClassName
{
border-color: #1C5C56;
}
.TagClassName
{
border-color: #1C5C56;
}
</style>