Shades of Blue Stone #0E5C58
Tints of Blue Stone #0E5C58
RGB
CMYK
RGB Variations
Color information
#0E5C58 (or 0x0E5C58) is known color: Blue Stone. HEX triplet: 0E, 5C and 58. RGB value is (14,92,88). Sum of RGB (Red+Green+Blue) = 14+92+88=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #0E5C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5C58 is #F1A3A7. Grayscale: #444444. Windows color (decimal): -15836072 or 5790734. OLE color: 5790734.
HSL color Cylindrical-coordinate representation of color #0E5C58: hue angle of 176.92º 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 #0E5C58 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 92 | 88 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.64 |
| HSL | 176.92º | 0.74% | 0.21% | - |
| HSV(B) | 176.92º | 0.85% | 0.36% | - |
| XYZ | 5.77 | 8.45 | 10.56 | - |
| YUV | 68.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 92 | 88 | 0.85 | 0 | 0.04 | 0.64 | 176.92 | 0.74 | 0.21 |
| Hex | E | 5C | 58 | 55 | 0 | 4 | 40 | B1 | 4A | 15 |
| Octal | 16 | 134 | 130 | 125 | 0 | 4 | 100 | 261 | 112 | 25 |
| Binary | 1110 | 1011100 | 1011000 | 1010101 | 0 | 100 | 1000000 | 10110001 | 1001010 | 10101 |
Color Harmonies of #0E5C58
Complementary color
Monochromatic Colors of #0E5C58
Black with #0E5C58
Text Example
Text Example
White with #0E5C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5C58; }
p { color: rgb(14,92,88); }
H1.HeaderClassName
{
color: #0E5C58;
}
.AnyTagClassName
{
color: #0E5C58;
}
</style>
background-color css
<style>
a { background-color: #0E5C58; }
a { background-color: rgb(14,92,88); }
div.DivClassName
{
background-color: #0E5C58;
}
.BgClassName
{
background-color: #0E5C58;
}
</style>
border-color css
<style>
span { border-color: #0E5C58; }
span { border-color: rgb(14,92,88); }
td.TdClassName
{
border-color: #0E5C58;
}
.TagClassName
{
border-color: #0E5C58;
}
</style>