Shades of Blue Stone #15545A
Tints of Blue Stone #15545A
RGB
CMYK
RGB Variations
Color information
#15545A (or 0x15545A) is known color: Blue Stone. HEX triplet: 15, 54 and 5A. RGB value is (21,84,90). Sum of RGB (Red+Green+Blue) = 21+84+90=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #15545A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15545A is #EAABA5. Grayscale: #414141. Windows color (decimal): -15379366 or 5919765. OLE color: 5919765.
HSL color Cylindrical-coordinate representation of color #15545A: hue angle of 185.22º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15545A is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 84 | 90 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.65 |
| HSL | 185.22º | 0.62% | 0.22% | - |
| HSV(B) | 185.22º | 0.77% | 0.35% | - |
| XYZ | 5.33 | 7.24 | 10.79 | - |
| YUV | 65.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 90 | 0.77 | 0.07 | 0 | 0.65 | 185.22 | 0.62 | 0.22 |
| Hex | 15 | 54 | 5A | 4D | 7 | 0 | 41 | B9 | 3E | 16 |
| Octal | 25 | 124 | 132 | 115 | 7 | 0 | 101 | 271 | 76 | 26 |
| Binary | 10101 | 1010100 | 1011010 | 1001101 | 111 | 0 | 1000001 | 10111001 | 111110 | 10110 |
Color Harmonies of #15545A
Complementary color
Monochromatic Colors of #15545A
Black with #15545A
Text Example
Text Example
White with #15545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15545A; }
p { color: rgb(21,84,90); }
H1.HeaderClassName
{
color: #15545A;
}
.AnyTagClassName
{
color: #15545A;
}
</style>
background-color css
<style>
a { background-color: #15545A; }
a { background-color: rgb(21,84,90); }
div.DivClassName
{
background-color: #15545A;
}
.BgClassName
{
background-color: #15545A;
}
</style>
border-color css
<style>
span { border-color: #15545A; }
span { border-color: rgb(21,84,90); }
td.TdClassName
{
border-color: #15545A;
}
.TagClassName
{
border-color: #15545A;
}
</style>