Shades of Oracle #325D59
Tints of Oracle #325D59
RGB
CMYK
RGB Variations
Color information
#325D59 (or 0x325D59) is known color: Oracle. HEX triplet: 32, 5D and 59. RGB value is (50,93,89). Sum of RGB (Red+Green+Blue) = 50+93+89=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #325D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D59 is #CDA2A6. Grayscale: #4F4F4F. Windows color (decimal): -13476519 or 5856562. OLE color: 5856562.
HSL color Cylindrical-coordinate representation of color #325D59: hue angle of 174.42º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D59 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 89 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.64 |
| HSL | 174.42º | 0.3% | 0.28% | - |
| HSV(B) | 174.42º | 0.46% | 0.36% | - |
| XYZ | 7.03 | 9.23 | 10.86 | - |
| YUV | 79.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 89 | 0.46 | 0 | 0.04 | 0.64 | 174.42 | 0.3 | 0.28 |
| Hex | 32 | 5D | 59 | 2E | 0 | 4 | 40 | AE | 1E | 1C |
| Octal | 62 | 135 | 131 | 56 | 0 | 4 | 100 | 256 | 36 | 34 |
| Binary | 110010 | 1011101 | 1011001 | 101110 | 0 | 100 | 1000000 | 10101110 | 11110 | 11100 |
Color Harmonies of #325D59
Complementary color
Monochromatic Colors of #325D59
Black with #325D59
Text Example
Text Example
White with #325D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D59; }
p { color: rgb(50,93,89); }
H1.HeaderClassName
{
color: #325D59;
}
.AnyTagClassName
{
color: #325D59;
}
</style>
background-color css
<style>
a { background-color: #325D59; }
a { background-color: rgb(50,93,89); }
div.DivClassName
{
background-color: #325D59;
}
.BgClassName
{
background-color: #325D59;
}
</style>
border-color css
<style>
span { border-color: #325D59; }
span { border-color: rgb(50,93,89); }
td.TdClassName
{
border-color: #325D59;
}
.TagClassName
{
border-color: #325D59;
}
</style>