Shades of Blue Stone #215C5B
Tints of Blue Stone #215C5B
RGB
CMYK
RGB Variations
Color information
#215C5B (or 0x215C5B) is known color: Blue Stone. HEX triplet: 21, 5C and 5B. RGB value is (33,92,91). Sum of RGB (Red+Green+Blue) = 33+92+91=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #215C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C5B is #DEA3A4. Grayscale: #4A4A4A. Windows color (decimal): -14590885 or 5987361. OLE color: 5987361.
HSL color Cylindrical-coordinate representation of color #215C5B: hue angle of 178.98º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215C5B is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 91 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.64 |
| HSL | 178.98º | 0.47% | 0.25% | - |
| HSV(B) | 178.98º | 0.64% | 0.36% | - |
| XYZ | 6.34 | 8.73 | 11.25 | - |
| YUV | 74.25 | 137.45 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 91 | 0.64 | 0 | 0.01 | 0.64 | 178.98 | 0.47 | 0.25 |
| Hex | 21 | 5C | 5B | 40 | 0 | 1 | 40 | B3 | 2F | 19 |
| Octal | 41 | 134 | 133 | 100 | 0 | 1 | 100 | 263 | 57 | 31 |
| Binary | 100001 | 1011100 | 1011011 | 1000000 | 0 | 1 | 1000000 | 10110011 | 101111 | 11001 |
Color Harmonies of #215C5B
Complementary color
Monochromatic Colors of #215C5B
Black with #215C5B
Text Example
Text Example
White with #215C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C5B; }
p { color: rgb(33,92,91); }
H1.HeaderClassName
{
color: #215C5B;
}
.AnyTagClassName
{
color: #215C5B;
}
</style>
background-color css
<style>
a { background-color: #215C5B; }
a { background-color: rgb(33,92,91); }
div.DivClassName
{
background-color: #215C5B;
}
.BgClassName
{
background-color: #215C5B;
}
</style>
border-color css
<style>
span { border-color: #215C5B; }
span { border-color: rgb(33,92,91); }
td.TdClassName
{
border-color: #215C5B;
}
.TagClassName
{
border-color: #215C5B;
}
</style>