Shades of Oracle #325C59
Tints of Oracle #325C59
RGB
CMYK
RGB Variations
Color information
#325C59 (or 0x325C59) is known color: Oracle. HEX triplet: 32, 5C and 59. RGB value is (50,92,89). Sum of RGB (Red+Green+Blue) = 50+92+89=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #325C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C59 is #CDA3A6. Grayscale: #4F4F4F. Windows color (decimal): -13476775 or 5856306. OLE color: 5856306.
HSL color Cylindrical-coordinate representation of color #325C59: hue angle of 175.71º 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 #325C59 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 89 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.64 |
| HSL | 175.71º | 0.3% | 0.28% | - |
| HSV(B) | 175.71º | 0.46% | 0.36% | - |
| XYZ | 6.95 | 9.05 | 10.83 | - |
| YUV | 79.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 89 | 0.46 | 0 | 0.03 | 0.64 | 175.71 | 0.3 | 0.28 |
| Hex | 32 | 5C | 59 | 2E | 0 | 3 | 40 | B0 | 1E | 1C |
| Octal | 62 | 134 | 131 | 56 | 0 | 3 | 100 | 260 | 36 | 34 |
| Binary | 110010 | 1011100 | 1011001 | 101110 | 0 | 11 | 1000000 | 10110000 | 11110 | 11100 |
Color Harmonies of #325C59
Complementary color
Monochromatic Colors of #325C59
Black with #325C59
Text Example
Text Example
White with #325C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C59; }
p { color: rgb(50,92,89); }
H1.HeaderClassName
{
color: #325C59;
}
.AnyTagClassName
{
color: #325C59;
}
</style>
background-color css
<style>
a { background-color: #325C59; }
a { background-color: rgb(50,92,89); }
div.DivClassName
{
background-color: #325C59;
}
.BgClassName
{
background-color: #325C59;
}
</style>
border-color css
<style>
span { border-color: #325C59; }
span { border-color: rgb(50,92,89); }
td.TdClassName
{
border-color: #325C59;
}
.TagClassName
{
border-color: #325C59;
}
</style>