Shades of Blue Stone #156B5C
Tints of Blue Stone #156B5C
RGB
CMYK
RGB Variations
Color information
#156B5C (or 0x156B5C) is known color: Blue Stone. HEX triplet: 15, 6B and 5C. RGB value is (21,107,92). Sum of RGB (Red+Green+Blue) = 21+107+92=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #156B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B5C is #EA94A3. Grayscale: #4F4F4F. Windows color (decimal): -15373476 or 6056725. OLE color: 6056725.
HSL color Cylindrical-coordinate representation of color #156B5C: hue angle of 169.53º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B5C is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 107 | 92 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.58 |
| HSL | 169.53º | 0.67% | 0.25% | - |
| HSV(B) | 169.53º | 0.8% | 0.42% | - |
| XYZ | 7.5 | 11.45 | 11.94 | - |
| YUV | 79.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 92 | 0.80 | 0 | 0.14 | 0.58 | 169.53 | 0.67 | 0.25 |
| Hex | 15 | 6B | 5C | 50 | 0 | E | 3A | AA | 43 | 19 |
| Octal | 25 | 153 | 134 | 120 | 0 | 16 | 72 | 252 | 103 | 31 |
| Binary | 10101 | 1101011 | 1011100 | 1010000 | 0 | 1110 | 111010 | 10101010 | 1000011 | 11001 |
Color Harmonies of #156B5C
Complementary color
Monochromatic Colors of #156B5C
Black with #156B5C
Text Example
Text Example
White with #156B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B5C; }
p { color: rgb(21,107,92); }
H1.HeaderClassName
{
color: #156B5C;
}
.AnyTagClassName
{
color: #156B5C;
}
</style>
background-color css
<style>
a { background-color: #156B5C; }
a { background-color: rgb(21,107,92); }
div.DivClassName
{
background-color: #156B5C;
}
.BgClassName
{
background-color: #156B5C;
}
</style>
border-color css
<style>
span { border-color: #156B5C; }
span { border-color: rgb(21,107,92); }
td.TdClassName
{
border-color: #156B5C;
}
.TagClassName
{
border-color: #156B5C;
}
</style>