Shades of Blue Stone #145556
Tints of Blue Stone #145556
RGB
CMYK
RGB Variations
Color information
#145556 (or 0x145556) is known color: Blue Stone. HEX triplet: 14, 55 and 56. RGB value is (20,85,86). Sum of RGB (Red+Green+Blue) = 20+85+86=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #145556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145556 is #EBAAA9. Grayscale: #414141. Windows color (decimal): -15444650 or 5657876. OLE color: 5657876.
HSL color Cylindrical-coordinate representation of color #145556: hue angle of 180.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145556 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 85 | 86 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.66 |
| HSL | 180.91º | 0.62% | 0.21% | - |
| HSV(B) | 180.91º | 0.77% | 0.34% | - |
| XYZ | 5.22 | 7.32 | 9.94 | - |
| YUV | 65.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 86 | 0.77 | 0.01 | 0 | 0.66 | 180.91 | 0.62 | 0.21 |
| Hex | 14 | 55 | 56 | 4D | 1 | 0 | 42 | B5 | 3E | 15 |
| Octal | 24 | 125 | 126 | 115 | 1 | 0 | 102 | 265 | 76 | 25 |
| Binary | 10100 | 1010101 | 1010110 | 1001101 | 1 | 0 | 1000010 | 10110101 | 111110 | 10101 |
Color Harmonies of #145556
Complementary color
Monochromatic Colors of #145556
Black with #145556
Text Example
Text Example
White with #145556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145556; }
p { color: rgb(20,85,86); }
H1.HeaderClassName
{
color: #145556;
}
.AnyTagClassName
{
color: #145556;
}
</style>
background-color css
<style>
a { background-color: #145556; }
a { background-color: rgb(20,85,86); }
div.DivClassName
{
background-color: #145556;
}
.BgClassName
{
background-color: #145556;
}
</style>
border-color css
<style>
span { border-color: #145556; }
span { border-color: rgb(20,85,86); }
td.TdClassName
{
border-color: #145556;
}
.TagClassName
{
border-color: #145556;
}
</style>