Shades of Blue Stone #155753
Tints of Blue Stone #155753
RGB
CMYK
RGB Variations
Color information
#155753 (or 0x155753) is known color: Blue Stone. HEX triplet: 15, 57 and 53. RGB value is (21,87,83). Sum of RGB (Red+Green+Blue) = 21+87+83=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #155753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155753 is #EAA8AC. Grayscale: #424242. Windows color (decimal): -15378605 or 5461781. OLE color: 5461781.
HSL color Cylindrical-coordinate representation of color #155753: hue angle of 176.36º 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 #155753 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 87 | 83 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.66 |
| HSL | 176.36º | 0.61% | 0.21% | - |
| HSV(B) | 176.36º | 0.76% | 0.34% | - |
| XYZ | 5.28 | 7.6 | 9.37 | - |
| YUV | 66.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 83 | 0.76 | 0 | 0.05 | 0.66 | 176.36 | 0.61 | 0.21 |
| Hex | 15 | 57 | 53 | 4C | 0 | 5 | 42 | B0 | 3D | 15 |
| Octal | 25 | 127 | 123 | 114 | 0 | 5 | 102 | 260 | 75 | 25 |
| Binary | 10101 | 1010111 | 1010011 | 1001100 | 0 | 101 | 1000010 | 10110000 | 111101 | 10101 |
Color Harmonies of #155753
Complementary color
Monochromatic Colors of #155753
Black with #155753
Text Example
Text Example
White with #155753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155753; }
p { color: rgb(21,87,83); }
H1.HeaderClassName
{
color: #155753;
}
.AnyTagClassName
{
color: #155753;
}
</style>
background-color css
<style>
a { background-color: #155753; }
a { background-color: rgb(21,87,83); }
div.DivClassName
{
background-color: #155753;
}
.BgClassName
{
background-color: #155753;
}
</style>
border-color css
<style>
span { border-color: #155753; }
span { border-color: rgb(21,87,83); }
td.TdClassName
{
border-color: #155753;
}
.TagClassName
{
border-color: #155753;
}
</style>