Shades of Blue Stone #1B5A57
Tints of Blue Stone #1B5A57
RGB
CMYK
RGB Variations
Color information
#1B5A57 (or 0x1B5A57) is known color: Blue Stone. HEX triplet: 1B, 5A and 57. RGB value is (27,90,87). Sum of RGB (Red+Green+Blue) = 27+90+87=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5A57 is #E4A5A8. Grayscale: #464646. Windows color (decimal): -14984617 or 5724699. OLE color: 5724699.
HSL color Cylindrical-coordinate representation of color #1B5A57: hue angle of 177.14º degrees, saturation: 0.54, 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 #1B5A57 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 90 | 87 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.65 |
| HSL | 177.14º | 0.54% | 0.23% | - |
| HSV(B) | 177.14º | 0.7% | 0.35% | - |
| XYZ | 5.83 | 8.23 | 10.3 | - |
| YUV | 70.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 87 | 0.70 | 0 | 0.03 | 0.65 | 177.14 | 0.54 | 0.23 |
| Hex | 1B | 5A | 57 | 46 | 0 | 3 | 41 | B1 | 36 | 17 |
| Octal | 33 | 132 | 127 | 106 | 0 | 3 | 101 | 261 | 66 | 27 |
| Binary | 11011 | 1011010 | 1010111 | 1000110 | 0 | 11 | 1000001 | 10110001 | 110110 | 10111 |
Color Harmonies of #1B5A57
Complementary color
Monochromatic Colors of #1B5A57
Black with #1B5A57
Text Example
Text Example
White with #1B5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A57; }
p { color: rgb(27,90,87); }
H1.HeaderClassName
{
color: #1B5A57;
}
.AnyTagClassName
{
color: #1B5A57;
}
</style>
background-color css
<style>
a { background-color: #1B5A57; }
a { background-color: rgb(27,90,87); }
div.DivClassName
{
background-color: #1B5A57;
}
.BgClassName
{
background-color: #1B5A57;
}
</style>
border-color css
<style>
span { border-color: #1B5A57; }
span { border-color: rgb(27,90,87); }
td.TdClassName
{
border-color: #1B5A57;
}
.TagClassName
{
border-color: #1B5A57;
}
</style>