Shades of Blue Stone #15635D
Tints of Blue Stone #15635D
RGB
CMYK
RGB Variations
Color information
#15635D (or 0x15635D) is known color: Blue Stone. HEX triplet: 15, 63 and 5D. RGB value is (21,99,93). Sum of RGB (Red+Green+Blue) = 21+99+93=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #15635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15635D is #EA9CA2. Grayscale: #4A4A4A. Windows color (decimal): -15375523 or 6120213. OLE color: 6120213.
HSL color Cylindrical-coordinate representation of color #15635D: hue angle of 175.38º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15635D is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 99 | 93 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.61 |
| HSL | 175.38º | 0.65% | 0.24% | - |
| HSV(B) | 175.38º | 0.79% | 0.39% | - |
| XYZ | 6.75 | 9.87 | 11.91 | - |
| YUV | 74.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 93 | 0.79 | 0 | 0.06 | 0.61 | 175.38 | 0.65 | 0.24 |
| Hex | 15 | 63 | 5D | 4F | 0 | 6 | 3D | AF | 41 | 18 |
| Octal | 25 | 143 | 135 | 117 | 0 | 6 | 75 | 257 | 101 | 30 |
| Binary | 10101 | 1100011 | 1011101 | 1001111 | 0 | 110 | 111101 | 10101111 | 1000001 | 11000 |
Color Harmonies of #15635D
Complementary color
Monochromatic Colors of #15635D
Black with #15635D
Text Example
Text Example
White with #15635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15635D; }
p { color: rgb(21,99,93); }
H1.HeaderClassName
{
color: #15635D;
}
.AnyTagClassName
{
color: #15635D;
}
</style>
background-color css
<style>
a { background-color: #15635D; }
a { background-color: rgb(21,99,93); }
div.DivClassName
{
background-color: #15635D;
}
.BgClassName
{
background-color: #15635D;
}
</style>
border-color css
<style>
span { border-color: #15635D; }
span { border-color: rgb(21,99,93); }
td.TdClassName
{
border-color: #15635D;
}
.TagClassName
{
border-color: #15635D;
}
</style>