Shades of Blue Stone #1B5755
Tints of Blue Stone #1B5755
RGB
CMYK
RGB Variations
Color information
#1B5755 (or 0x1B5755) is known color: Blue Stone. HEX triplet: 1B, 57 and 55. RGB value is (27,87,85). Sum of RGB (Red+Green+Blue) = 27+87+85=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 87 - color contains mainly: green. Hex color #1B5755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5755 is #E4A8AA. Grayscale: #444444. Windows color (decimal): -14985387 or 5592859. OLE color: 5592859.
HSL color Cylindrical-coordinate representation of color #1B5755: hue angle of 178º 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 #1B5755 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 87 | 85 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.66 |
| HSL | 178º | 0.53% | 0.22% | - |
| HSV(B) | 178º | 0.69% | 0.34% | - |
| XYZ | 5.5 | 7.71 | 9.79 | - |
| YUV | 68.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 85 | 0.69 | 0 | 0.02 | 0.66 | 178 | 0.53 | 0.22 |
| Hex | 1B | 57 | 55 | 45 | 0 | 2 | 42 | B2 | 35 | 16 |
| Octal | 33 | 127 | 125 | 105 | 0 | 2 | 102 | 262 | 65 | 26 |
| Binary | 11011 | 1010111 | 1010101 | 1000101 | 0 | 10 | 1000010 | 10110010 | 110101 | 10110 |
Color Harmonies of #1B5755
Complementary color
Monochromatic Colors of #1B5755
Black with #1B5755
Text Example
Text Example
White with #1B5755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5755; }
p { color: rgb(27,87,85); }
H1.HeaderClassName
{
color: #1B5755;
}
.AnyTagClassName
{
color: #1B5755;
}
</style>
background-color css
<style>
a { background-color: #1B5755; }
a { background-color: rgb(27,87,85); }
div.DivClassName
{
background-color: #1B5755;
}
.BgClassName
{
background-color: #1B5755;
}
</style>
border-color css
<style>
span { border-color: #1B5755; }
span { border-color: rgb(27,87,85); }
td.TdClassName
{
border-color: #1B5755;
}
.TagClassName
{
border-color: #1B5755;
}
</style>