Shades of Blue Stone #1C5854
Tints of Blue Stone #1C5854
RGB
CMYK
RGB Variations
Color information
#1C5854 (or 0x1C5854) is known color: Blue Stone. HEX triplet: 1C, 58 and 54. RGB value is (28,88,84). Sum of RGB (Red+Green+Blue) = 28+88+84=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #1C5854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5854 is #E3A7AB. Grayscale: #454545. Windows color (decimal): -14919596 or 5527580. OLE color: 5527580.
HSL color Cylindrical-coordinate representation of color #1C5854: hue angle of 176º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C5854 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 88 | 84 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.65 |
| HSL | 176º | 0.52% | 0.23% | - |
| HSV(B) | 176º | 0.68% | 0.35% | - |
| XYZ | 5.57 | 7.87 | 9.61 | - |
| YUV | 69.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 84 | 0.68 | 0 | 0.05 | 0.65 | 176 | 0.52 | 0.23 |
| Hex | 1C | 58 | 54 | 44 | 0 | 5 | 41 | B0 | 34 | 17 |
| Octal | 34 | 130 | 124 | 104 | 0 | 5 | 101 | 260 | 64 | 27 |
| Binary | 11100 | 1011000 | 1010100 | 1000100 | 0 | 101 | 1000001 | 10110000 | 110100 | 10111 |
Color Harmonies of #1C5854
Complementary color
Monochromatic Colors of #1C5854
Black with #1C5854
Text Example
Text Example
White with #1C5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5854; }
p { color: rgb(28,88,84); }
H1.HeaderClassName
{
color: #1C5854;
}
.AnyTagClassName
{
color: #1C5854;
}
</style>
background-color css
<style>
a { background-color: #1C5854; }
a { background-color: rgb(28,88,84); }
div.DivClassName
{
background-color: #1C5854;
}
.BgClassName
{
background-color: #1C5854;
}
</style>
border-color css
<style>
span { border-color: #1C5854; }
span { border-color: rgb(28,88,84); }
td.TdClassName
{
border-color: #1C5854;
}
.TagClassName
{
border-color: #1C5854;
}
</style>