Shades of Blue Stone #15545B
Tints of Blue Stone #15545B
RGB
CMYK
RGB Variations
Color information
#15545B (or 0x15545B) is known color: Blue Stone. HEX triplet: 15, 54 and 5B. RGB value is (21,84,91). Sum of RGB (Red+Green+Blue) = 21+84+91=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #15545B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15545B is #EAABA4. Grayscale: #414141. Windows color (decimal): -15379365 or 5985301. OLE color: 5985301.
HSL color Cylindrical-coordinate representation of color #15545B: hue angle of 186º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15545B is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 84 | 91 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.64 |
| HSL | 186º | 0.63% | 0.22% | - |
| HSV(B) | 186º | 0.77% | 0.36% | - |
| XYZ | 5.37 | 7.26 | 11.02 | - |
| YUV | 65.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 91 | 0.77 | 0.08 | 0 | 0.64 | 186 | 0.63 | 0.22 |
| Hex | 15 | 54 | 5B | 4D | 8 | 0 | 40 | BA | 3E | 16 |
| Octal | 25 | 124 | 133 | 115 | 10 | 0 | 100 | 272 | 76 | 26 |
| Binary | 10101 | 1010100 | 1011011 | 1001101 | 1000 | 0 | 1000000 | 10111010 | 111110 | 10110 |
Color Harmonies of #15545B
Complementary color
Monochromatic Colors of #15545B
Black with #15545B
Text Example
Text Example
White with #15545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15545B; }
p { color: rgb(21,84,91); }
H1.HeaderClassName
{
color: #15545B;
}
.AnyTagClassName
{
color: #15545B;
}
</style>
background-color css
<style>
a { background-color: #15545B; }
a { background-color: rgb(21,84,91); }
div.DivClassName
{
background-color: #15545B;
}
.BgClassName
{
background-color: #15545B;
}
</style>
border-color css
<style>
span { border-color: #15545B; }
span { border-color: rgb(21,84,91); }
td.TdClassName
{
border-color: #15545B;
}
.TagClassName
{
border-color: #15545B;
}
</style>