Shades of Blue Stone #1C5655
Tints of Blue Stone #1C5655
RGB
CMYK
RGB Variations
Color information
#1C5655 (or 0x1C5655) is known color: Blue Stone. HEX triplet: 1C, 56 and 55. RGB value is (28,86,85). Sum of RGB (Red+Green+Blue) = 28+86+85=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #1C5655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5655 is #E3A9AA. Grayscale: #444444. Windows color (decimal): -14920107 or 5592604. OLE color: 5592604.
HSL color Cylindrical-coordinate representation of color #1C5655: hue angle of 178.97º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5655 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 86 | 85 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.66 |
| HSL | 178.97º | 0.51% | 0.22% | - |
| HSV(B) | 178.97º | 0.67% | 0.34% | - |
| XYZ | 5.45 | 7.56 | 9.77 | - |
| YUV | 68.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 85 | 0.67 | 0 | 0.01 | 0.66 | 178.97 | 0.51 | 0.22 |
| Hex | 1C | 56 | 55 | 43 | 0 | 1 | 42 | B3 | 33 | 16 |
| Octal | 34 | 126 | 125 | 103 | 0 | 1 | 102 | 263 | 63 | 26 |
| Binary | 11100 | 1010110 | 1010101 | 1000011 | 0 | 1 | 1000010 | 10110011 | 110011 | 10110 |
Color Harmonies of #1C5655
Complementary color
Monochromatic Colors of #1C5655
Black with #1C5655
Text Example
Text Example
White with #1C5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5655; }
p { color: rgb(28,86,85); }
H1.HeaderClassName
{
color: #1C5655;
}
.AnyTagClassName
{
color: #1C5655;
}
</style>
background-color css
<style>
a { background-color: #1C5655; }
a { background-color: rgb(28,86,85); }
div.DivClassName
{
background-color: #1C5655;
}
.BgClassName
{
background-color: #1C5655;
}
</style>
border-color css
<style>
span { border-color: #1C5655; }
span { border-color: rgb(28,86,85); }
td.TdClassName
{
border-color: #1C5655;
}
.TagClassName
{
border-color: #1C5655;
}
</style>