Shades of Blue Stone #155B53
Tints of Blue Stone #155B53
RGB
CMYK
RGB Variations
Color information
#155B53 (or 0x155B53) is known color: Blue Stone. HEX triplet: 15, 5B and 53. RGB value is (21,91,83). Sum of RGB (Red+Green+Blue) = 21+91+83=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #155B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B53 is #EAA4AC. Grayscale: #454545. Windows color (decimal): -15377581 or 5462805. OLE color: 5462805.
HSL color Cylindrical-coordinate representation of color #155B53: hue angle of 173.14º 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 #155B53 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 83 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.64 |
| HSL | 173.14º | 0.63% | 0.22% | - |
| HSV(B) | 173.14º | 0.77% | 0.36% | - |
| XYZ | 5.61 | 8.27 | 9.48 | - |
| YUV | 69.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 83 | 0.77 | 0 | 0.09 | 0.64 | 173.14 | 0.63 | 0.22 |
| Hex | 15 | 5B | 53 | 4D | 0 | 9 | 40 | AD | 3E | 16 |
| Octal | 25 | 133 | 123 | 115 | 0 | 11 | 100 | 255 | 76 | 26 |
| Binary | 10101 | 1011011 | 1010011 | 1001101 | 0 | 1001 | 1000000 | 10101101 | 111110 | 10110 |
Color Harmonies of #155B53
Complementary color
Monochromatic Colors of #155B53
Black with #155B53
Text Example
Text Example
White with #155B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B53; }
p { color: rgb(21,91,83); }
H1.HeaderClassName
{
color: #155B53;
}
.AnyTagClassName
{
color: #155B53;
}
</style>
background-color css
<style>
a { background-color: #155B53; }
a { background-color: rgb(21,91,83); }
div.DivClassName
{
background-color: #155B53;
}
.BgClassName
{
background-color: #155B53;
}
</style>
border-color css
<style>
span { border-color: #155B53; }
span { border-color: rgb(21,91,83); }
td.TdClassName
{
border-color: #155B53;
}
.TagClassName
{
border-color: #155B53;
}
</style>