Shades of Blue Stone #1B5657
Tints of Blue Stone #1B5657
RGB
CMYK
RGB Variations
Color information
#1B5657 (or 0x1B5657) is known color: Blue Stone. HEX triplet: 1B, 56 and 57. RGB value is (27,86,87). Sum of RGB (Red+Green+Blue) = 27+86+87=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B5657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5657 is #E4A9A8. Grayscale: #444444. Windows color (decimal): -14985641 or 5723675. OLE color: 5723675.
HSL color Cylindrical-coordinate representation of color #1B5657: hue angle of 181º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5657 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 86 | 87 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.66 |
| HSL | 181º | 0.53% | 0.22% | - |
| HSV(B) | 181º | 0.69% | 0.34% | - |
| XYZ | 5.5 | 7.58 | 10.19 | - |
| YUV | 68.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 87 | 0.69 | 0.01 | 0 | 0.66 | 181 | 0.53 | 0.22 |
| Hex | 1B | 56 | 57 | 45 | 1 | 0 | 42 | B5 | 35 | 16 |
| Octal | 33 | 126 | 127 | 105 | 1 | 0 | 102 | 265 | 65 | 26 |
| Binary | 11011 | 1010110 | 1010111 | 1000101 | 1 | 0 | 1000010 | 10110101 | 110101 | 10110 |
Color Harmonies of #1B5657
Complementary color
Monochromatic Colors of #1B5657
Black with #1B5657
Text Example
Text Example
White with #1B5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5657; }
p { color: rgb(27,86,87); }
H1.HeaderClassName
{
color: #1B5657;
}
.AnyTagClassName
{
color: #1B5657;
}
</style>
background-color css
<style>
a { background-color: #1B5657; }
a { background-color: rgb(27,86,87); }
div.DivClassName
{
background-color: #1B5657;
}
.BgClassName
{
background-color: #1B5657;
}
</style>
border-color css
<style>
span { border-color: #1B5657; }
span { border-color: rgb(27,86,87); }
td.TdClassName
{
border-color: #1B5657;
}
.TagClassName
{
border-color: #1B5657;
}
</style>