Shades of Blue Stone #155B55
Tints of Blue Stone #155B55
RGB
CMYK
RGB Variations
Color information
#155B55 (or 0x155B55) is known color: Blue Stone. HEX triplet: 15, 5B and 55. RGB value is (21,91,85). Sum of RGB (Red+Green+Blue) = 21+91+85=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #155B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B55 is #EAA4AA. Grayscale: #454545. Windows color (decimal): -15377579 or 5593877. OLE color: 5593877.
HSL color Cylindrical-coordinate representation of color #155B55: hue angle of 174.86º 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 #155B55 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 85 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.64 |
| HSL | 174.86º | 0.63% | 0.22% | - |
| HSV(B) | 174.86º | 0.77% | 0.36% | - |
| XYZ | 5.69 | 8.3 | 9.9 | - |
| YUV | 69.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 85 | 0.77 | 0 | 0.07 | 0.64 | 174.86 | 0.63 | 0.22 |
| Hex | 15 | 5B | 55 | 4D | 0 | 7 | 40 | AF | 3E | 16 |
| Octal | 25 | 133 | 125 | 115 | 0 | 7 | 100 | 257 | 76 | 26 |
| Binary | 10101 | 1011011 | 1010101 | 1001101 | 0 | 111 | 1000000 | 10101111 | 111110 | 10110 |
Color Harmonies of #155B55
Complementary color
Monochromatic Colors of #155B55
Black with #155B55
Text Example
Text Example
White with #155B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B55; }
p { color: rgb(21,91,85); }
H1.HeaderClassName
{
color: #155B55;
}
.AnyTagClassName
{
color: #155B55;
}
</style>
background-color css
<style>
a { background-color: #155B55; }
a { background-color: rgb(21,91,85); }
div.DivClassName
{
background-color: #155B55;
}
.BgClassName
{
background-color: #155B55;
}
</style>
border-color css
<style>
span { border-color: #155B55; }
span { border-color: rgb(21,91,85); }
td.TdClassName
{
border-color: #155B55;
}
.TagClassName
{
border-color: #155B55;
}
</style>