Shades of Blue Stone #1B5D5B
Tints of Blue Stone #1B5D5B
RGB
CMYK
RGB Variations
Color information
#1B5D5B (or 0x1B5D5B) is known color: Blue Stone. HEX triplet: 1B, 5D and 5B. RGB value is (27,93,91). Sum of RGB (Red+Green+Blue) = 27+93+91=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #1B5D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5D5B is #E4A2A4. Grayscale: #484848. Windows color (decimal): -14983845 or 5987611. OLE color: 5987611.
HSL color Cylindrical-coordinate representation of color #1B5D5B: hue angle of 178.18º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5D5B is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 93 | 91 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.64 |
| HSL | 178.18º | 0.55% | 0.24% | - |
| HSV(B) | 178.18º | 0.71% | 0.36% | - |
| XYZ | 6.25 | 8.82 | 11.27 | - |
| YUV | 73.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 91 | 0.71 | 0 | 0.02 | 0.64 | 178.18 | 0.55 | 0.24 |
| Hex | 1B | 5D | 5B | 47 | 0 | 2 | 40 | B2 | 37 | 18 |
| Octal | 33 | 135 | 133 | 107 | 0 | 2 | 100 | 262 | 67 | 30 |
| Binary | 11011 | 1011101 | 1011011 | 1000111 | 0 | 10 | 1000000 | 10110010 | 110111 | 11000 |
Color Harmonies of #1B5D5B
Complementary color
Monochromatic Colors of #1B5D5B
Black with #1B5D5B
Text Example
Text Example
White with #1B5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5D5B; }
p { color: rgb(27,93,91); }
H1.HeaderClassName
{
color: #1B5D5B;
}
.AnyTagClassName
{
color: #1B5D5B;
}
</style>
background-color css
<style>
a { background-color: #1B5D5B; }
a { background-color: rgb(27,93,91); }
div.DivClassName
{
background-color: #1B5D5B;
}
.BgClassName
{
background-color: #1B5D5B;
}
</style>
border-color css
<style>
span { border-color: #1B5D5B; }
span { border-color: rgb(27,93,91); }
td.TdClassName
{
border-color: #1B5D5B;
}
.TagClassName
{
border-color: #1B5D5B;
}
</style>