Shades of Blue Stone #15625D
Tints of Blue Stone #15625D
RGB
CMYK
RGB Variations
Color information
#15625D (or 0x15625D) is known color: Blue Stone. HEX triplet: 15, 62 and 5D. RGB value is (21,98,93). Sum of RGB (Red+Green+Blue) = 21+98+93=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #15625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15625D is #EA9DA2. Grayscale: #4A4A4A. Windows color (decimal): -15375779 or 6119957. OLE color: 6119957.
HSL color Cylindrical-coordinate representation of color #15625D: hue angle of 176.1º 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 #15625D is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 98 | 93 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.62 |
| HSL | 176.1º | 0.65% | 0.23% | - |
| HSV(B) | 176.1º | 0.79% | 0.38% | - |
| XYZ | 6.65 | 9.69 | 11.87 | - |
| YUV | 74.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 93 | 0.79 | 0 | 0.05 | 0.62 | 176.1 | 0.65 | 0.23 |
| Hex | 15 | 62 | 5D | 4F | 0 | 5 | 3E | B0 | 41 | 17 |
| Octal | 25 | 142 | 135 | 117 | 0 | 5 | 76 | 260 | 101 | 27 |
| Binary | 10101 | 1100010 | 1011101 | 1001111 | 0 | 101 | 111110 | 10110000 | 1000001 | 10111 |
Color Harmonies of #15625D
Complementary color
Monochromatic Colors of #15625D
Black with #15625D
Text Example
Text Example
White with #15625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15625D; }
p { color: rgb(21,98,93); }
H1.HeaderClassName
{
color: #15625D;
}
.AnyTagClassName
{
color: #15625D;
}
</style>
background-color css
<style>
a { background-color: #15625D; }
a { background-color: rgb(21,98,93); }
div.DivClassName
{
background-color: #15625D;
}
.BgClassName
{
background-color: #15625D;
}
</style>
border-color css
<style>
span { border-color: #15625D; }
span { border-color: rgb(21,98,93); }
td.TdClassName
{
border-color: #15625D;
}
.TagClassName
{
border-color: #15625D;
}
</style>