Shades of Blue Stone #1B5A55
Tints of Blue Stone #1B5A55
RGB
CMYK
RGB Variations
Color information
#1B5A55 (or 0x1B5A55) is known color: Blue Stone. HEX triplet: 1B, 5A and 55. RGB value is (27,90,85). Sum of RGB (Red+Green+Blue) = 27+90+85=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5A55 is #E4A5AA. Grayscale: #464646. Windows color (decimal): -14984619 or 5593627. OLE color: 5593627.
HSL color Cylindrical-coordinate representation of color #1B5A55: hue angle of 175.24º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5A55 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 90 | 85 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.65 |
| HSL | 175.24º | 0.54% | 0.23% | - |
| HSV(B) | 175.24º | 0.7% | 0.35% | - |
| XYZ | 5.75 | 8.2 | 9.87 | - |
| YUV | 70.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 85 | 0.70 | 0 | 0.06 | 0.65 | 175.24 | 0.54 | 0.23 |
| Hex | 1B | 5A | 55 | 46 | 0 | 6 | 41 | AF | 36 | 17 |
| Octal | 33 | 132 | 125 | 106 | 0 | 6 | 101 | 257 | 66 | 27 |
| Binary | 11011 | 1011010 | 1010101 | 1000110 | 0 | 110 | 1000001 | 10101111 | 110110 | 10111 |
Color Harmonies of #1B5A55
Complementary color
Monochromatic Colors of #1B5A55
Black with #1B5A55
Text Example
Text Example
White with #1B5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A55; }
p { color: rgb(27,90,85); }
H1.HeaderClassName
{
color: #1B5A55;
}
.AnyTagClassName
{
color: #1B5A55;
}
</style>
background-color css
<style>
a { background-color: #1B5A55; }
a { background-color: rgb(27,90,85); }
div.DivClassName
{
background-color: #1B5A55;
}
.BgClassName
{
background-color: #1B5A55;
}
</style>
border-color css
<style>
span { border-color: #1B5A55; }
span { border-color: rgb(27,90,85); }
td.TdClassName
{
border-color: #1B5A55;
}
.TagClassName
{
border-color: #1B5A55;
}
</style>