Shades of Blue Stone #1B5956
Tints of Blue Stone #1B5956
RGB
CMYK
RGB Variations
Color information
#1B5956 (or 0x1B5956) is known color: Blue Stone. HEX triplet: 1B, 59 and 56. RGB value is (27,89,86). Sum of RGB (Red+Green+Blue) = 27+89+86=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #1B5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5956 is #E4A6A9. Grayscale: #464646. Windows color (decimal): -14984874 or 5658907. OLE color: 5658907.
HSL color Cylindrical-coordinate representation of color #1B5956: hue angle of 177.1º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5956 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 89 | 86 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.65 |
| HSL | 177.1º | 0.53% | 0.23% | - |
| HSV(B) | 177.1º | 0.7% | 0.35% | - |
| XYZ | 5.7 | 8.05 | 10.06 | - |
| YUV | 70.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 86 | 0.70 | 0 | 0.03 | 0.65 | 177.1 | 0.53 | 0.23 |
| Hex | 1B | 59 | 56 | 46 | 0 | 3 | 41 | B1 | 35 | 17 |
| Octal | 33 | 131 | 126 | 106 | 0 | 3 | 101 | 261 | 65 | 27 |
| Binary | 11011 | 1011001 | 1010110 | 1000110 | 0 | 11 | 1000001 | 10110001 | 110101 | 10111 |
Color Harmonies of #1B5956
Complementary color
Monochromatic Colors of #1B5956
Black with #1B5956
Text Example
Text Example
White with #1B5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5956; }
p { color: rgb(27,89,86); }
H1.HeaderClassName
{
color: #1B5956;
}
.AnyTagClassName
{
color: #1B5956;
}
</style>
background-color css
<style>
a { background-color: #1B5956; }
a { background-color: rgb(27,89,86); }
div.DivClassName
{
background-color: #1B5956;
}
.BgClassName
{
background-color: #1B5956;
}
</style>
border-color css
<style>
span { border-color: #1B5956; }
span { border-color: rgb(27,89,86); }
td.TdClassName
{
border-color: #1B5956;
}
.TagClassName
{
border-color: #1B5956;
}
</style>