Shades of Blue Stone #1B5B59
Tints of Blue Stone #1B5B59
RGB
CMYK
RGB Variations
Color information
#1B5B59 (or 0x1B5B59) is known color: Blue Stone. HEX triplet: 1B, 5B and 59. RGB value is (27,91,89). Sum of RGB (Red+Green+Blue) = 27+91+89=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #1B5B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5B59 is #E4A4A6. Grayscale: #474747. Windows color (decimal): -14984359 or 5856027. OLE color: 5856027.
HSL color Cylindrical-coordinate representation of color #1B5B59: hue angle of 178.12º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5B59 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 91 | 89 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.64 |
| HSL | 178.13º | 0.54% | 0.23% | - |
| HSV(B) | 178.13º | 0.7% | 0.36% | - |
| XYZ | 6 | 8.44 | 10.76 | - |
| YUV | 71.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 89 | 0.70 | 0 | 0.02 | 0.64 | 178.13 | 0.54 | 0.23 |
| Hex | 1B | 5B | 59 | 46 | 0 | 2 | 40 | B2 | 36 | 17 |
| Octal | 33 | 133 | 131 | 106 | 0 | 2 | 100 | 262 | 66 | 27 |
| Binary | 11011 | 1011011 | 1011001 | 1000110 | 0 | 10 | 1000000 | 10110010 | 110110 | 10111 |
Color Harmonies of #1B5B59
Complementary color
Monochromatic Colors of #1B5B59
Black with #1B5B59
Text Example
Text Example
White with #1B5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5B59; }
p { color: rgb(27,91,89); }
H1.HeaderClassName
{
color: #1B5B59;
}
.AnyTagClassName
{
color: #1B5B59;
}
</style>
background-color css
<style>
a { background-color: #1B5B59; }
a { background-color: rgb(27,91,89); }
div.DivClassName
{
background-color: #1B5B59;
}
.BgClassName
{
background-color: #1B5B59;
}
</style>
border-color css
<style>
span { border-color: #1B5B59; }
span { border-color: rgb(27,91,89); }
td.TdClassName
{
border-color: #1B5B59;
}
.TagClassName
{
border-color: #1B5B59;
}
</style>