Shades of Blue Stone #155A62
Tints of Blue Stone #155A62
RGB
CMYK
RGB Variations
Color information
#155A62 (or 0x155A62) is known color: Blue Stone. HEX triplet: 15, 5A and 62. RGB value is (21,90,98). Sum of RGB (Red+Green+Blue) = 21+90+98=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #155A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A62 is #EAA59D. Grayscale: #464646. Windows color (decimal): -15377822 or 6445589. OLE color: 6445589.
HSL color Cylindrical-coordinate representation of color #155A62: hue angle of 186.23º 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 #155A62 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 90 | 98 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.62 |
| HSL | 186.23º | 0.65% | 0.23% | - |
| HSV(B) | 186.23º | 0.79% | 0.38% | - |
| XYZ | 6.17 | 8.35 | 12.84 | - |
| YUV | 70.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 98 | 0.79 | 0.08 | 0 | 0.62 | 186.23 | 0.65 | 0.23 |
| Hex | 15 | 5A | 62 | 4F | 8 | 0 | 3E | BA | 41 | 17 |
| Octal | 25 | 132 | 142 | 117 | 10 | 0 | 76 | 272 | 101 | 27 |
| Binary | 10101 | 1011010 | 1100010 | 1001111 | 1000 | 0 | 111110 | 10111010 | 1000001 | 10111 |
Color Harmonies of #155A62
Complementary color
Monochromatic Colors of #155A62
Black with #155A62
Text Example
Text Example
White with #155A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A62; }
p { color: rgb(21,90,98); }
H1.HeaderClassName
{
color: #155A62;
}
.AnyTagClassName
{
color: #155A62;
}
</style>
background-color css
<style>
a { background-color: #155A62; }
a { background-color: rgb(21,90,98); }
div.DivClassName
{
background-color: #155A62;
}
.BgClassName
{
background-color: #155A62;
}
</style>
border-color css
<style>
span { border-color: #155A62; }
span { border-color: rgb(21,90,98); }
td.TdClassName
{
border-color: #155A62;
}
.TagClassName
{
border-color: #155A62;
}
</style>