Shades of Blue Stone #155A65
Tints of Blue Stone #155A65
RGB
CMYK
RGB Variations
Color information
#155A65 (or 0x155A65) is known color: Blue Stone. HEX triplet: 15, 5A and 65. RGB value is (21,90,101). Sum of RGB (Red+Green+Blue) = 21+90+101=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #155A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A65 is #EAA59A. Grayscale: #464646. Windows color (decimal): -15377819 or 6642197. OLE color: 6642197.
HSL color Cylindrical-coordinate representation of color #155A65: hue angle of 188.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155A65 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 90 | 101 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.60 |
| HSL | 188.25º | 0.66% | 0.24% | - |
| HSV(B) | 188.25º | 0.79% | 0.4% | - |
| XYZ | 6.31 | 8.41 | 13.6 | - |
| YUV | 70.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 101 | 0.79 | 0.11 | 0 | 0.60 | 188.25 | 0.66 | 0.24 |
| Hex | 15 | 5A | 65 | 4F | B | 0 | 3C | BC | 42 | 18 |
| Octal | 25 | 132 | 145 | 117 | 13 | 0 | 74 | 274 | 102 | 30 |
| Binary | 10101 | 1011010 | 1100101 | 1001111 | 1011 | 0 | 111100 | 10111100 | 1000010 | 11000 |
Color Harmonies of #155A65
Complementary color
Monochromatic Colors of #155A65
Black with #155A65
Text Example
Text Example
White with #155A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A65; }
p { color: rgb(21,90,101); }
H1.HeaderClassName
{
color: #155A65;
}
.AnyTagClassName
{
color: #155A65;
}
</style>
background-color css
<style>
a { background-color: #155A65; }
a { background-color: rgb(21,90,101); }
div.DivClassName
{
background-color: #155A65;
}
.BgClassName
{
background-color: #155A65;
}
</style>
border-color css
<style>
span { border-color: #155A65; }
span { border-color: rgb(21,90,101); }
td.TdClassName
{
border-color: #155A65;
}
.TagClassName
{
border-color: #155A65;
}
</style>