Shades of Blue Stone #1B5E59
Tints of Blue Stone #1B5E59
RGB
CMYK
RGB Variations
Color information
#1B5E59 (or 0x1B5E59) is known color: Blue Stone. HEX triplet: 1B, 5E and 59. RGB value is (27,94,89). Sum of RGB (Red+Green+Blue) = 27+94+89=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #1B5E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5E59 is #E4A1A6. Grayscale: #494949. Windows color (decimal): -14983591 or 5856795. OLE color: 5856795.
HSL color Cylindrical-coordinate representation of color #1B5E59: hue angle of 175.52º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5E59 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 94 | 89 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.63 |
| HSL | 175.52º | 0.55% | 0.24% | - |
| HSV(B) | 175.52º | 0.71% | 0.37% | - |
| XYZ | 6.26 | 8.96 | 10.85 | - |
| YUV | 73.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 94 | 89 | 0.71 | 0 | 0.05 | 0.63 | 175.52 | 0.55 | 0.24 |
| Hex | 1B | 5E | 59 | 47 | 0 | 5 | 3F | B0 | 37 | 18 |
| Octal | 33 | 136 | 131 | 107 | 0 | 5 | 77 | 260 | 67 | 30 |
| Binary | 11011 | 1011110 | 1011001 | 1000111 | 0 | 101 | 111111 | 10110000 | 110111 | 11000 |
Color Harmonies of #1B5E59
Complementary color
Monochromatic Colors of #1B5E59
Black with #1B5E59
Text Example
Text Example
White with #1B5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5E59; }
p { color: rgb(27,94,89); }
H1.HeaderClassName
{
color: #1B5E59;
}
.AnyTagClassName
{
color: #1B5E59;
}
</style>
background-color css
<style>
a { background-color: #1B5E59; }
a { background-color: rgb(27,94,89); }
div.DivClassName
{
background-color: #1B5E59;
}
.BgClassName
{
background-color: #1B5E59;
}
</style>
border-color css
<style>
span { border-color: #1B5E59; }
span { border-color: rgb(27,94,89); }
td.TdClassName
{
border-color: #1B5E59;
}
.TagClassName
{
border-color: #1B5E59;
}
</style>