Shades of Blue Stone #1B5C58
Tints of Blue Stone #1B5C58
RGB
CMYK
RGB Variations
Color information
#1B5C58 (or 0x1B5C58) is known color: Blue Stone. HEX triplet: 1B, 5C and 58. RGB value is (27,92,88). Sum of RGB (Red+Green+Blue) = 27+92+88=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #1B5C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5C58 is #E4A3A7. Grayscale: #484848. Windows color (decimal): -14984104 or 5790747. OLE color: 5790747.
HSL color Cylindrical-coordinate representation of color #1B5C58: hue angle of 176.31º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5C58 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 92 | 88 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.64 |
| HSL | 176.31º | 0.55% | 0.23% | - |
| HSV(B) | 176.31º | 0.71% | 0.36% | - |
| XYZ | 6.04 | 8.59 | 10.57 | - |
| YUV | 72.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 88 | 0.71 | 0 | 0.04 | 0.64 | 176.31 | 0.55 | 0.23 |
| Hex | 1B | 5C | 58 | 47 | 0 | 4 | 40 | B0 | 37 | 17 |
| Octal | 33 | 134 | 130 | 107 | 0 | 4 | 100 | 260 | 67 | 27 |
| Binary | 11011 | 1011100 | 1011000 | 1000111 | 0 | 100 | 1000000 | 10110000 | 110111 | 10111 |
Color Harmonies of #1B5C58
Complementary color
Monochromatic Colors of #1B5C58
Black with #1B5C58
Text Example
Text Example
White with #1B5C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5C58; }
p { color: rgb(27,92,88); }
H1.HeaderClassName
{
color: #1B5C58;
}
.AnyTagClassName
{
color: #1B5C58;
}
</style>
background-color css
<style>
a { background-color: #1B5C58; }
a { background-color: rgb(27,92,88); }
div.DivClassName
{
background-color: #1B5C58;
}
.BgClassName
{
background-color: #1B5C58;
}
</style>
border-color css
<style>
span { border-color: #1B5C58; }
span { border-color: rgb(27,92,88); }
td.TdClassName
{
border-color: #1B5C58;
}
.TagClassName
{
border-color: #1B5C58;
}
</style>