Shades of Blue Stone #0F5A59
Tints of Blue Stone #0F5A59
RGB
CMYK
RGB Variations
Color information
#0F5A59 (or 0x0F5A59) is known color: Blue Stone. HEX triplet: 0F, 5A and 59. RGB value is (15,90,89). Sum of RGB (Red+Green+Blue) = 15+90+89=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5A59 is #F0A5A6. Grayscale: #434343. Windows color (decimal): -15771047 or 5855759. OLE color: 5855759.
HSL color Cylindrical-coordinate representation of color #0F5A59: hue angle of 179.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A59 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 90 | 89 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.65 |
| HSL | 179.2º | 0.71% | 0.21% | - |
| HSV(B) | 179.2º | 0.83% | 0.35% | - |
| XYZ | 5.66 | 8.14 | 10.72 | - |
| YUV | 67.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 89 | 0.83 | 0 | 0.01 | 0.65 | 179.2 | 0.71 | 0.21 |
| Hex | F | 5A | 59 | 53 | 0 | 1 | 41 | B3 | 47 | 15 |
| Octal | 17 | 132 | 131 | 123 | 0 | 1 | 101 | 263 | 107 | 25 |
| Binary | 1111 | 1011010 | 1011001 | 1010011 | 0 | 1 | 1000001 | 10110011 | 1000111 | 10101 |
Color Harmonies of #0F5A59
Complementary color
Monochromatic Colors of #0F5A59
Black with #0F5A59
Text Example
Text Example
White with #0F5A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A59; }
p { color: rgb(15,90,89); }
H1.HeaderClassName
{
color: #0F5A59;
}
.AnyTagClassName
{
color: #0F5A59;
}
</style>
background-color css
<style>
a { background-color: #0F5A59; }
a { background-color: rgb(15,90,89); }
div.DivClassName
{
background-color: #0F5A59;
}
.BgClassName
{
background-color: #0F5A59;
}
</style>
border-color css
<style>
span { border-color: #0F5A59; }
span { border-color: rgb(15,90,89); }
td.TdClassName
{
border-color: #0F5A59;
}
.TagClassName
{
border-color: #0F5A59;
}
</style>