Shades of Blue Stone #155C5F
Tints of Blue Stone #155C5F
RGB
CMYK
RGB Variations
Color information
#155C5F (or 0x155C5F) is known color: Blue Stone. HEX triplet: 15, 5C and 5F. RGB value is (21,92,95). Sum of RGB (Red+Green+Blue) = 21+92+95=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #155C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C5F is #EAA3A0. Grayscale: #474747. Windows color (decimal): -15377313 or 6249493. OLE color: 6249493.
HSL color Cylindrical-coordinate representation of color #155C5F: hue angle of 182.43º degrees, saturation: 0.64, 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 #155C5F is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 92 | 95 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.63 |
| HSL | 182.43º | 0.64% | 0.23% | - |
| HSV(B) | 182.43º | 0.78% | 0.37% | - |
| XYZ | 6.2 | 8.64 | 12.17 | - |
| YUV | 71.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 95 | 0.78 | 0.03 | 0 | 0.63 | 182.43 | 0.64 | 0.23 |
| Hex | 15 | 5C | 5F | 4E | 3 | 0 | 3F | B6 | 40 | 17 |
| Octal | 25 | 134 | 137 | 116 | 3 | 0 | 77 | 266 | 100 | 27 |
| Binary | 10101 | 1011100 | 1011111 | 1001110 | 11 | 0 | 111111 | 10110110 | 1000000 | 10111 |
Color Harmonies of #155C5F
Complementary color
Monochromatic Colors of #155C5F
Black with #155C5F
Text Example
Text Example
White with #155C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C5F; }
p { color: rgb(21,92,95); }
H1.HeaderClassName
{
color: #155C5F;
}
.AnyTagClassName
{
color: #155C5F;
}
</style>
background-color css
<style>
a { background-color: #155C5F; }
a { background-color: rgb(21,92,95); }
div.DivClassName
{
background-color: #155C5F;
}
.BgClassName
{
background-color: #155C5F;
}
</style>
border-color css
<style>
span { border-color: #155C5F; }
span { border-color: rgb(21,92,95); }
td.TdClassName
{
border-color: #155C5F;
}
.TagClassName
{
border-color: #155C5F;
}
</style>