Shades of Blue Stone #15535E
Tints of Blue Stone #15535E
RGB
CMYK
RGB Variations
Color information
#15535E (or 0x15535E) is known color: Blue Stone. HEX triplet: 15, 53 and 5E. RGB value is (21,83,94). Sum of RGB (Red+Green+Blue) = 21+83+94=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #15535E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15535E is #EAACA1. Grayscale: #414141. Windows color (decimal): -15379618 or 6181653. OLE color: 6181653.
HSL color Cylindrical-coordinate representation of color #15535E: hue angle of 189.04º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15535E is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 83 | 94 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.63 |
| HSL | 189.04º | 0.63% | 0.23% | - |
| HSV(B) | 189.04º | 0.78% | 0.37% | - |
| XYZ | 5.42 | 7.15 | 11.68 | - |
| YUV | 65.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 94 | 0.78 | 0.12 | 0 | 0.63 | 189.04 | 0.63 | 0.23 |
| Hex | 15 | 53 | 5E | 4E | C | 0 | 3F | BD | 3F | 17 |
| Octal | 25 | 123 | 136 | 116 | 14 | 0 | 77 | 275 | 77 | 27 |
| Binary | 10101 | 1010011 | 1011110 | 1001110 | 1100 | 0 | 111111 | 10111101 | 111111 | 10111 |
Color Harmonies of #15535E
Complementary color
Monochromatic Colors of #15535E
Black with #15535E
Text Example
Text Example
White with #15535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15535E; }
p { color: rgb(21,83,94); }
H1.HeaderClassName
{
color: #15535E;
}
.AnyTagClassName
{
color: #15535E;
}
</style>
background-color css
<style>
a { background-color: #15535E; }
a { background-color: rgb(21,83,94); }
div.DivClassName
{
background-color: #15535E;
}
.BgClassName
{
background-color: #15535E;
}
</style>
border-color css
<style>
span { border-color: #15535E; }
span { border-color: rgb(21,83,94); }
td.TdClassName
{
border-color: #15535E;
}
.TagClassName
{
border-color: #15535E;
}
</style>