Shades of Blue Stone #155564
Tints of Blue Stone #155564
RGB
CMYK
RGB Variations
Color information
#155564 (or 0x155564) is known color: Blue Stone. HEX triplet: 15, 55 and 64. RGB value is (21,85,100). Sum of RGB (Red+Green+Blue) = 21+85+100=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #155564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155564 is #EAAA9B. Grayscale: #434343. Windows color (decimal): -15379100 or 6575381. OLE color: 6575381.
HSL color Cylindrical-coordinate representation of color #155564: hue angle of 191.39º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155564 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 85 | 100 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.61 |
| HSL | 191.39º | 0.65% | 0.24% | - |
| HSV(B) | 191.39º | 0.79% | 0.39% | - |
| XYZ | 5.86 | 7.58 | 13.21 | - |
| YUV | 67.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 100 | 0.79 | 0.15 | 0 | 0.61 | 191.39 | 0.65 | 0.24 |
| Hex | 15 | 55 | 64 | 4F | F | 0 | 3D | BF | 41 | 18 |
| Octal | 25 | 125 | 144 | 117 | 17 | 0 | 75 | 277 | 101 | 30 |
| Binary | 10101 | 1010101 | 1100100 | 1001111 | 1111 | 0 | 111101 | 10111111 | 1000001 | 11000 |
Color Harmonies of #155564
Complementary color
Monochromatic Colors of #155564
Black with #155564
Text Example
Text Example
White with #155564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155564; }
p { color: rgb(21,85,100); }
H1.HeaderClassName
{
color: #155564;
}
.AnyTagClassName
{
color: #155564;
}
</style>
background-color css
<style>
a { background-color: #155564; }
a { background-color: rgb(21,85,100); }
div.DivClassName
{
background-color: #155564;
}
.BgClassName
{
background-color: #155564;
}
</style>
border-color css
<style>
span { border-color: #155564; }
span { border-color: rgb(21,85,100); }
td.TdClassName
{
border-color: #155564;
}
.TagClassName
{
border-color: #155564;
}
</style>