Shades of Oracle #325D58
Tints of Oracle #325D58
RGB
CMYK
RGB Variations
Color information
#325D58 (or 0x325D58) is known color: Oracle. HEX triplet: 32, 5D and 58. RGB value is (50,93,88). Sum of RGB (Red+Green+Blue) = 50+93+88=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #325D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D58 is #CDA2A7. Grayscale: #4F4F4F. Windows color (decimal): -13476520 or 5791026. OLE color: 5791026.
HSL color Cylindrical-coordinate representation of color #325D58: hue angle of 173.02º 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 #325D58 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 88 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.64 |
| HSL | 173.02º | 0.3% | 0.28% | - |
| HSV(B) | 173.02º | 0.46% | 0.36% | - |
| XYZ | 6.99 | 9.21 | 10.64 | - |
| YUV | 79.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 88 | 0.46 | 0 | 0.05 | 0.64 | 173.02 | 0.3 | 0.28 |
| Hex | 32 | 5D | 58 | 2E | 0 | 5 | 40 | AD | 1E | 1C |
| Octal | 62 | 135 | 130 | 56 | 0 | 5 | 100 | 255 | 36 | 34 |
| Binary | 110010 | 1011101 | 1011000 | 101110 | 0 | 101 | 1000000 | 10101101 | 11110 | 11100 |
Color Harmonies of #325D58
Complementary color
Monochromatic Colors of #325D58
Black with #325D58
Text Example
Text Example
White with #325D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D58; }
p { color: rgb(50,93,88); }
H1.HeaderClassName
{
color: #325D58;
}
.AnyTagClassName
{
color: #325D58;
}
</style>
background-color css
<style>
a { background-color: #325D58; }
a { background-color: rgb(50,93,88); }
div.DivClassName
{
background-color: #325D58;
}
.BgClassName
{
background-color: #325D58;
}
</style>
border-color css
<style>
span { border-color: #325D58; }
span { border-color: rgb(50,93,88); }
td.TdClassName
{
border-color: #325D58;
}
.TagClassName
{
border-color: #325D58;
}
</style>