Shades of Blue Stone #155356
Tints of Blue Stone #155356
RGB
CMYK
RGB Variations
Color information
#155356 (or 0x155356) is known color: Blue Stone. HEX triplet: 15, 53 and 56. RGB value is (21,83,86). Sum of RGB (Red+Green+Blue) = 21+83+86=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #155356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155356 is #EAACA9. Grayscale: #404040. Windows color (decimal): -15379626 or 5657365. OLE color: 5657365.
HSL color Cylindrical-coordinate representation of color #155356: hue angle of 182.77º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155356 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 83 | 86 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.66 |
| HSL | 182.77º | 0.61% | 0.21% | - |
| HSV(B) | 182.77º | 0.76% | 0.34% | - |
| XYZ | 5.08 | 7.02 | 9.89 | - |
| YUV | 64.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 86 | 0.76 | 0.03 | 0 | 0.66 | 182.77 | 0.61 | 0.21 |
| Hex | 15 | 53 | 56 | 4C | 3 | 0 | 42 | B7 | 3D | 15 |
| Octal | 25 | 123 | 126 | 114 | 3 | 0 | 102 | 267 | 75 | 25 |
| Binary | 10101 | 1010011 | 1010110 | 1001100 | 11 | 0 | 1000010 | 10110111 | 111101 | 10101 |
Color Harmonies of #155356
Complementary color
Monochromatic Colors of #155356
Black with #155356
Text Example
Text Example
White with #155356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155356; }
p { color: rgb(21,83,86); }
H1.HeaderClassName
{
color: #155356;
}
.AnyTagClassName
{
color: #155356;
}
</style>
background-color css
<style>
a { background-color: #155356; }
a { background-color: rgb(21,83,86); }
div.DivClassName
{
background-color: #155356;
}
.BgClassName
{
background-color: #155356;
}
</style>
border-color css
<style>
span { border-color: #155356; }
span { border-color: rgb(21,83,86); }
td.TdClassName
{
border-color: #155356;
}
.TagClassName
{
border-color: #155356;
}
</style>