Shades of Blue Stone #1B5B58
Tints of Blue Stone #1B5B58
RGB
CMYK
RGB Variations
Color information
#1B5B58 (or 0x1B5B58) is known color: Blue Stone. HEX triplet: 1B, 5B and 58. RGB value is (27,91,88). Sum of RGB (Red+Green+Blue) = 27+91+88=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #1B5B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5B58 is #E4A4A7. Grayscale: #474747. Windows color (decimal): -14984360 or 5790491. OLE color: 5790491.
HSL color Cylindrical-coordinate representation of color #1B5B58: hue angle of 177.19º 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 #1B5B58 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 91 | 88 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.64 |
| HSL | 177.19º | 0.54% | 0.23% | - |
| HSV(B) | 177.19º | 0.7% | 0.36% | - |
| XYZ | 5.95 | 8.42 | 10.54 | - |
| YUV | 71.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 88 | 0.70 | 0 | 0.03 | 0.64 | 177.19 | 0.54 | 0.23 |
| Hex | 1B | 5B | 58 | 46 | 0 | 3 | 40 | B1 | 36 | 17 |
| Octal | 33 | 133 | 130 | 106 | 0 | 3 | 100 | 261 | 66 | 27 |
| Binary | 11011 | 1011011 | 1011000 | 1000110 | 0 | 11 | 1000000 | 10110001 | 110110 | 10111 |
Color Harmonies of #1B5B58
Complementary color
Monochromatic Colors of #1B5B58
Black with #1B5B58
Text Example
Text Example
White with #1B5B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5B58; }
p { color: rgb(27,91,88); }
H1.HeaderClassName
{
color: #1B5B58;
}
.AnyTagClassName
{
color: #1B5B58;
}
</style>
background-color css
<style>
a { background-color: #1B5B58; }
a { background-color: rgb(27,91,88); }
div.DivClassName
{
background-color: #1B5B58;
}
.BgClassName
{
background-color: #1B5B58;
}
</style>
border-color css
<style>
span { border-color: #1B5B58; }
span { border-color: rgb(27,91,88); }
td.TdClassName
{
border-color: #1B5B58;
}
.TagClassName
{
border-color: #1B5B58;
}
</style>