Shades of Blue Stone #1B5B5A
Tints of Blue Stone #1B5B5A
RGB
CMYK
RGB Variations
Color information
#1B5B5A (or 0x1B5B5A) is known color: Blue Stone. HEX triplet: 1B, 5B and 5A. RGB value is (27,91,90). Sum of RGB (Red+Green+Blue) = 27+91+90=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #1B5B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5B5A is #E4A4A5. Grayscale: #474747. Windows color (decimal): -14984358 or 5921563. OLE color: 5921563.
HSL color Cylindrical-coordinate representation of color #1B5B5A: hue angle of 179.06º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5B5A is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 91 | 90 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.64 |
| HSL | 179.06º | 0.54% | 0.23% | - |
| HSV(B) | 179.06º | 0.7% | 0.36% | - |
| XYZ | 6.04 | 8.45 | 10.99 | - |
| YUV | 71.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 90 | 0.70 | 0 | 0.01 | 0.64 | 179.06 | 0.54 | 0.23 |
| Hex | 1B | 5B | 5A | 46 | 0 | 1 | 40 | B3 | 36 | 17 |
| Octal | 33 | 133 | 132 | 106 | 0 | 1 | 100 | 263 | 66 | 27 |
| Binary | 11011 | 1011011 | 1011010 | 1000110 | 0 | 1 | 1000000 | 10110011 | 110110 | 10111 |
Color Harmonies of #1B5B5A
Complementary color
Monochromatic Colors of #1B5B5A
Black with #1B5B5A
Text Example
Text Example
White with #1B5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5B5A; }
p { color: rgb(27,91,90); }
H1.HeaderClassName
{
color: #1B5B5A;
}
.AnyTagClassName
{
color: #1B5B5A;
}
</style>
background-color css
<style>
a { background-color: #1B5B5A; }
a { background-color: rgb(27,91,90); }
div.DivClassName
{
background-color: #1B5B5A;
}
.BgClassName
{
background-color: #1B5B5A;
}
</style>
border-color css
<style>
span { border-color: #1B5B5A; }
span { border-color: rgb(27,91,90); }
td.TdClassName
{
border-color: #1B5B5A;
}
.TagClassName
{
border-color: #1B5B5A;
}
</style>