Shades of Blue Stone #155562
Tints of Blue Stone #155562
RGB
CMYK
RGB Variations
Color information
#155562 (or 0x155562) is known color: Blue Stone. HEX triplet: 15, 55 and 62. RGB value is (21,85,98). Sum of RGB (Red+Green+Blue) = 21+85+98=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #155562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155562 is #EAAA9D. Grayscale: #434343. Windows color (decimal): -15379102 or 6444309. OLE color: 6444309.
HSL color Cylindrical-coordinate representation of color #155562: hue angle of 190.13º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155562 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 85 | 98 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.62 |
| HSL | 190.13º | 0.65% | 0.23% | - |
| HSV(B) | 190.13º | 0.79% | 0.38% | - |
| XYZ | 5.76 | 7.54 | 12.71 | - |
| YUV | 67.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 98 | 0.79 | 0.13 | 0 | 0.62 | 190.13 | 0.65 | 0.23 |
| Hex | 15 | 55 | 62 | 4F | D | 0 | 3E | BE | 41 | 17 |
| Octal | 25 | 125 | 142 | 117 | 15 | 0 | 76 | 276 | 101 | 27 |
| Binary | 10101 | 1010101 | 1100010 | 1001111 | 1101 | 0 | 111110 | 10111110 | 1000001 | 10111 |
Color Harmonies of #155562
Complementary color
Monochromatic Colors of #155562
Black with #155562
Text Example
Text Example
White with #155562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155562; }
p { color: rgb(21,85,98); }
H1.HeaderClassName
{
color: #155562;
}
.AnyTagClassName
{
color: #155562;
}
</style>
background-color css
<style>
a { background-color: #155562; }
a { background-color: rgb(21,85,98); }
div.DivClassName
{
background-color: #155562;
}
.BgClassName
{
background-color: #155562;
}
</style>
border-color css
<style>
span { border-color: #155562; }
span { border-color: rgb(21,85,98); }
td.TdClassName
{
border-color: #155562;
}
.TagClassName
{
border-color: #155562;
}
</style>