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