Shades of Blue Stone #0E5D58
Tints of Blue Stone #0E5D58
RGB
CMYK
RGB Variations
Color information
#0E5D58 (or 0x0E5D58) is known color: Blue Stone. HEX triplet: 0E, 5D and 58. RGB value is (14,93,88). Sum of RGB (Red+Green+Blue) = 14+93+88=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5D58 is #F1A2A7. Grayscale: #444444. Windows color (decimal): -15835816 or 5790990. OLE color: 5790990.
HSL color Cylindrical-coordinate representation of color #0E5D58: hue angle of 176.2º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5D58 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 93 | 88 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.64 |
| HSL | 176.2º | 0.74% | 0.21% | - |
| HSV(B) | 176.2º | 0.85% | 0.36% | - |
| XYZ | 5.86 | 8.63 | 10.59 | - |
| YUV | 68.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 88 | 0.85 | 0 | 0.05 | 0.64 | 176.2 | 0.74 | 0.21 |
| Hex | E | 5D | 58 | 55 | 0 | 5 | 40 | B0 | 4A | 15 |
| Octal | 16 | 135 | 130 | 125 | 0 | 5 | 100 | 260 | 112 | 25 |
| Binary | 1110 | 1011101 | 1011000 | 1010101 | 0 | 101 | 1000000 | 10110000 | 1001010 | 10101 |
Color Harmonies of #0E5D58
Complementary color
Monochromatic Colors of #0E5D58
Black with #0E5D58
Text Example
Text Example
White with #0E5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5D58; }
p { color: rgb(14,93,88); }
H1.HeaderClassName
{
color: #0E5D58;
}
.AnyTagClassName
{
color: #0E5D58;
}
</style>
background-color css
<style>
a { background-color: #0E5D58; }
a { background-color: rgb(14,93,88); }
div.DivClassName
{
background-color: #0E5D58;
}
.BgClassName
{
background-color: #0E5D58;
}
</style>
border-color css
<style>
span { border-color: #0E5D58; }
span { border-color: rgb(14,93,88); }
td.TdClassName
{
border-color: #0E5D58;
}
.TagClassName
{
border-color: #0E5D58;
}
</style>