Shades of Blue Stone #15595A
Tints of Blue Stone #15595A
RGB
CMYK
RGB Variations
Color information
#15595A (or 0x15595A) is known color: Blue Stone. HEX triplet: 15, 59 and 5A. RGB value is (21,89,90). Sum of RGB (Red+Green+Blue) = 21+89+90=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #15595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15595A is #EAA6A5. Grayscale: #444444. Windows color (decimal): -15378086 or 5921045. OLE color: 5921045.
HSL color Cylindrical-coordinate representation of color #15595A: hue angle of 180.87º 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 #15595A is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 90 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.65 |
| HSL | 180.87º | 0.62% | 0.22% | - |
| HSV(B) | 180.87º | 0.77% | 0.35% | - |
| XYZ | 5.73 | 8.04 | 10.92 | - |
| YUV | 68.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 90 | 0.77 | 0.01 | 0 | 0.65 | 180.87 | 0.62 | 0.22 |
| Hex | 15 | 59 | 5A | 4D | 1 | 0 | 41 | B5 | 3E | 16 |
| Octal | 25 | 131 | 132 | 115 | 1 | 0 | 101 | 265 | 76 | 26 |
| Binary | 10101 | 1011001 | 1011010 | 1001101 | 1 | 0 | 1000001 | 10110101 | 111110 | 10110 |
Color Harmonies of #15595A
Complementary color
Monochromatic Colors of #15595A
Black with #15595A
Text Example
Text Example
White with #15595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15595A; }
p { color: rgb(21,89,90); }
H1.HeaderClassName
{
color: #15595A;
}
.AnyTagClassName
{
color: #15595A;
}
</style>
background-color css
<style>
a { background-color: #15595A; }
a { background-color: rgb(21,89,90); }
div.DivClassName
{
background-color: #15595A;
}
.BgClassName
{
background-color: #15595A;
}
</style>
border-color css
<style>
span { border-color: #15595A; }
span { border-color: rgb(21,89,90); }
td.TdClassName
{
border-color: #15595A;
}
.TagClassName
{
border-color: #15595A;
}
</style>