Shades of Oracle #325E59
Tints of Oracle #325E59
RGB
CMYK
RGB Variations
Color information
#325E59 (or 0x325E59) is known color: Oracle. HEX triplet: 32, 5E and 59. RGB value is (50,94,89). Sum of RGB (Red+Green+Blue) = 50+94+89=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 94 - color contains mainly: green. Hex color #325E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E59 is #CDA1A6. Grayscale: #505050. Windows color (decimal): -13476263 or 5856818. OLE color: 5856818.
HSL color Cylindrical-coordinate representation of color #325E59: hue angle of 173.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E59 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 89 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.63 |
| HSL | 173.18º | 0.31% | 0.28% | - |
| HSV(B) | 173.18º | 0.47% | 0.37% | - |
| XYZ | 7.12 | 9.4 | 10.89 | - |
| YUV | 80.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 89 | 0.47 | 0 | 0.05 | 0.63 | 173.18 | 0.31 | 0.28 |
| Hex | 32 | 5E | 59 | 2F | 0 | 5 | 3F | AD | 1F | 1C |
| Octal | 62 | 136 | 131 | 57 | 0 | 5 | 77 | 255 | 37 | 34 |
| Binary | 110010 | 1011110 | 1011001 | 101111 | 0 | 101 | 111111 | 10101101 | 11111 | 11100 |
Color Harmonies of #325E59
Complementary color
Monochromatic Colors of #325E59
Black with #325E59
Text Example
Text Example
White with #325E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E59; }
p { color: rgb(50,94,89); }
H1.HeaderClassName
{
color: #325E59;
}
.AnyTagClassName
{
color: #325E59;
}
</style>
background-color css
<style>
a { background-color: #325E59; }
a { background-color: rgb(50,94,89); }
div.DivClassName
{
background-color: #325E59;
}
.BgClassName
{
background-color: #325E59;
}
</style>
border-color css
<style>
span { border-color: #325E59; }
span { border-color: rgb(50,94,89); }
td.TdClassName
{
border-color: #325E59;
}
.TagClassName
{
border-color: #325E59;
}
</style>