Shades of Blue Stone #1B5F5B
Tints of Blue Stone #1B5F5B
RGB
CMYK
RGB Variations
Color information
#1B5F5B (or 0x1B5F5B) is known color: Blue Stone. HEX triplet: 1B, 5F and 5B. RGB value is (27,95,91). Sum of RGB (Red+Green+Blue) = 27+95+91=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5F5B is #E4A0A4. Grayscale: #4A4A4A. Windows color (decimal): -14983333 or 5988123. OLE color: 5988123.
HSL color Cylindrical-coordinate representation of color #1B5F5B: hue angle of 176.47º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5F5B is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 95 | 91 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.63 |
| HSL | 176.47º | 0.56% | 0.24% | - |
| HSV(B) | 176.47º | 0.72% | 0.37% | - |
| XYZ | 6.43 | 9.17 | 11.33 | - |
| YUV | 74.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 91 | 0.72 | 0 | 0.04 | 0.63 | 176.47 | 0.56 | 0.24 |
| Hex | 1B | 5F | 5B | 48 | 0 | 4 | 3F | B0 | 38 | 18 |
| Octal | 33 | 137 | 133 | 110 | 0 | 4 | 77 | 260 | 70 | 30 |
| Binary | 11011 | 1011111 | 1011011 | 1001000 | 0 | 100 | 111111 | 10110000 | 111000 | 11000 |
Color Harmonies of #1B5F5B
Complementary color
Monochromatic Colors of #1B5F5B
Black with #1B5F5B
Text Example
Text Example
White with #1B5F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5F5B; }
p { color: rgb(27,95,91); }
H1.HeaderClassName
{
color: #1B5F5B;
}
.AnyTagClassName
{
color: #1B5F5B;
}
</style>
background-color css
<style>
a { background-color: #1B5F5B; }
a { background-color: rgb(27,95,91); }
div.DivClassName
{
background-color: #1B5F5B;
}
.BgClassName
{
background-color: #1B5F5B;
}
</style>
border-color css
<style>
span { border-color: #1B5F5B; }
span { border-color: rgb(27,95,91); }
td.TdClassName
{
border-color: #1B5F5B;
}
.TagClassName
{
border-color: #1B5F5B;
}
</style>