Shades of Blue Stone #1C585B
Tints of Blue Stone #1C585B
RGB
CMYK
RGB Variations
Color information
#1C585B (or 0x1C585B) is known color: Blue Stone. HEX triplet: 1C, 58 and 5B. RGB value is (28,88,91). Sum of RGB (Red+Green+Blue) = 28+88+91=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C585B is #E3A7A4. Grayscale: #464646. Windows color (decimal): -14919589 or 5986332. OLE color: 5986332.
HSL color Cylindrical-coordinate representation of color #1C585B: hue angle of 182.86º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C585B is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 88 | 91 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.64 |
| HSL | 182.86º | 0.53% | 0.23% | - |
| HSV(B) | 182.86º | 0.69% | 0.36% | - |
| XYZ | 5.86 | 7.98 | 11.13 | - |
| YUV | 70.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 91 | 0.69 | 0.03 | 0 | 0.64 | 182.86 | 0.53 | 0.23 |
| Hex | 1C | 58 | 5B | 45 | 3 | 0 | 40 | B7 | 35 | 17 |
| Octal | 34 | 130 | 133 | 105 | 3 | 0 | 100 | 267 | 65 | 27 |
| Binary | 11100 | 1011000 | 1011011 | 1000101 | 11 | 0 | 1000000 | 10110111 | 110101 | 10111 |
Color Harmonies of #1C585B
Complementary color
Monochromatic Colors of #1C585B
Black with #1C585B
Text Example
Text Example
White with #1C585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C585B; }
p { color: rgb(28,88,91); }
H1.HeaderClassName
{
color: #1C585B;
}
.AnyTagClassName
{
color: #1C585B;
}
</style>
background-color css
<style>
a { background-color: #1C585B; }
a { background-color: rgb(28,88,91); }
div.DivClassName
{
background-color: #1C585B;
}
.BgClassName
{
background-color: #1C585B;
}
</style>
border-color css
<style>
span { border-color: #1C585B; }
span { border-color: rgb(28,88,91); }
td.TdClassName
{
border-color: #1C585B;
}
.TagClassName
{
border-color: #1C585B;
}
</style>