Shades of Blue Stone #215A59
Tints of Blue Stone #215A59
RGB
CMYK
RGB Variations
Color information
#215A59 (or 0x215A59) is known color: Blue Stone. HEX triplet: 21, 5A and 59. RGB value is (33,90,89). Sum of RGB (Red+Green+Blue) = 33+90+89=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #215A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A59 is #DEA5A6. Grayscale: #484848. Windows color (decimal): -14591399 or 5855777. OLE color: 5855777.
HSL color Cylindrical-coordinate representation of color #215A59: hue angle of 178.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A59 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 89 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.65 |
| HSL | 178.95º | 0.46% | 0.24% | - |
| HSV(B) | 178.95º | 0.63% | 0.35% | - |
| XYZ | 6.09 | 8.36 | 10.74 | - |
| YUV | 72.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 89 | 0.63 | 0 | 0.01 | 0.65 | 178.95 | 0.46 | 0.24 |
| Hex | 21 | 5A | 59 | 3F | 0 | 1 | 41 | B3 | 2E | 18 |
| Octal | 41 | 132 | 131 | 77 | 0 | 1 | 101 | 263 | 56 | 30 |
| Binary | 100001 | 1011010 | 1011001 | 111111 | 0 | 1 | 1000001 | 10110011 | 101110 | 11000 |
Color Harmonies of #215A59
Complementary color
Monochromatic Colors of #215A59
Black with #215A59
Text Example
Text Example
White with #215A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A59; }
p { color: rgb(33,90,89); }
H1.HeaderClassName
{
color: #215A59;
}
.AnyTagClassName
{
color: #215A59;
}
</style>
background-color css
<style>
a { background-color: #215A59; }
a { background-color: rgb(33,90,89); }
div.DivClassName
{
background-color: #215A59;
}
.BgClassName
{
background-color: #215A59;
}
</style>
border-color css
<style>
span { border-color: #215A59; }
span { border-color: rgb(33,90,89); }
td.TdClassName
{
border-color: #215A59;
}
.TagClassName
{
border-color: #215A59;
}
</style>