Shades of Blue Stone #1C5A63
Tints of Blue Stone #1C5A63
RGB
CMYK
RGB Variations
Color information
#1C5A63 (or 0x1C5A63) is known color: Blue Stone. HEX triplet: 1C, 5A and 63. RGB value is (28,90,99). Sum of RGB (Red+Green+Blue) = 28+90+99=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C5A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5A63 is #E3A59C. Grayscale: #484848. Windows color (decimal): -14919069 or 6511132. OLE color: 6511132.
HSL color Cylindrical-coordinate representation of color #1C5A63: hue angle of 187.61º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C5A63 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 90 | 99 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.61 |
| HSL | 187.61º | 0.56% | 0.25% | - |
| HSV(B) | 187.61º | 0.72% | 0.39% | - |
| XYZ | 6.39 | 8.46 | 13.1 | - |
| YUV | 72.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 90 | 99 | 0.72 | 0.09 | 0 | 0.61 | 187.61 | 0.56 | 0.25 |
| Hex | 1C | 5A | 63 | 48 | 9 | 0 | 3D | BC | 38 | 19 |
| Octal | 34 | 132 | 143 | 110 | 11 | 0 | 75 | 274 | 70 | 31 |
| Binary | 11100 | 1011010 | 1100011 | 1001000 | 1001 | 0 | 111101 | 10111100 | 111000 | 11001 |
Color Harmonies of #1C5A63
Complementary color
Monochromatic Colors of #1C5A63
Black with #1C5A63
Text Example
Text Example
White with #1C5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5A63; }
p { color: rgb(28,90,99); }
H1.HeaderClassName
{
color: #1C5A63;
}
.AnyTagClassName
{
color: #1C5A63;
}
</style>
background-color css
<style>
a { background-color: #1C5A63; }
a { background-color: rgb(28,90,99); }
div.DivClassName
{
background-color: #1C5A63;
}
.BgClassName
{
background-color: #1C5A63;
}
</style>
border-color css
<style>
span { border-color: #1C5A63; }
span { border-color: rgb(28,90,99); }
td.TdClassName
{
border-color: #1C5A63;
}
.TagClassName
{
border-color: #1C5A63;
}
</style>