Shades of Blue Stone #15625C
Tints of Blue Stone #15625C
RGB
CMYK
RGB Variations
Color information
#15625C (or 0x15625C) is known color: Blue Stone. HEX triplet: 15, 62 and 5C. RGB value is (21,98,92). Sum of RGB (Red+Green+Blue) = 21+98+92=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #15625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15625C is #EA9DA3. Grayscale: #4A4A4A. Windows color (decimal): -15375780 or 6054421. OLE color: 6054421.
HSL color Cylindrical-coordinate representation of color #15625C: hue angle of 175.32º 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 #15625C is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 98 | 92 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.62 |
| HSL | 175.32º | 0.65% | 0.23% | - |
| HSV(B) | 175.32º | 0.79% | 0.38% | - |
| XYZ | 6.61 | 9.67 | 11.64 | - |
| YUV | 74.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 92 | 0.79 | 0 | 0.06 | 0.62 | 175.32 | 0.65 | 0.23 |
| Hex | 15 | 62 | 5C | 4F | 0 | 6 | 3E | AF | 41 | 17 |
| Octal | 25 | 142 | 134 | 117 | 0 | 6 | 76 | 257 | 101 | 27 |
| Binary | 10101 | 1100010 | 1011100 | 1001111 | 0 | 110 | 111110 | 10101111 | 1000001 | 10111 |
Color Harmonies of #15625C
Complementary color
Monochromatic Colors of #15625C
Black with #15625C
Text Example
Text Example
White with #15625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15625C; }
p { color: rgb(21,98,92); }
H1.HeaderClassName
{
color: #15625C;
}
.AnyTagClassName
{
color: #15625C;
}
</style>
background-color css
<style>
a { background-color: #15625C; }
a { background-color: rgb(21,98,92); }
div.DivClassName
{
background-color: #15625C;
}
.BgClassName
{
background-color: #15625C;
}
</style>
border-color css
<style>
span { border-color: #15625C; }
span { border-color: rgb(21,98,92); }
td.TdClassName
{
border-color: #15625C;
}
.TagClassName
{
border-color: #15625C;
}
</style>