Shades of Oracle #325F5E
Tints of Oracle #325F5E
RGB
CMYK
RGB Variations
Color information
#325F5E (or 0x325F5E) is known color: Oracle. HEX triplet: 32, 5F and 5E. RGB value is (50,95,94). Sum of RGB (Red+Green+Blue) = 50+95+94=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #325F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F5E is #CDA0A1. Grayscale: #515151. Windows color (decimal): -13476002 or 6184754. OLE color: 6184754.
HSL color Cylindrical-coordinate representation of color #325F5E: hue angle of 178.67º 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 #325F5E is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 94 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.63 |
| HSL | 178.67º | 0.31% | 0.28% | - |
| HSV(B) | 178.67º | 0.47% | 0.37% | - |
| XYZ | 7.43 | 9.67 | 12.06 | - |
| YUV | 81.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 94 | 0.47 | 0 | 0.01 | 0.63 | 178.67 | 0.31 | 0.28 |
| Hex | 32 | 5F | 5E | 2F | 0 | 1 | 3F | B3 | 1F | 1C |
| Octal | 62 | 137 | 136 | 57 | 0 | 1 | 77 | 263 | 37 | 34 |
| Binary | 110010 | 1011111 | 1011110 | 101111 | 0 | 1 | 111111 | 10110011 | 11111 | 11100 |
Color Harmonies of #325F5E
Complementary color
Monochromatic Colors of #325F5E
Black with #325F5E
Text Example
Text Example
White with #325F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F5E; }
p { color: rgb(50,95,94); }
H1.HeaderClassName
{
color: #325F5E;
}
.AnyTagClassName
{
color: #325F5E;
}
</style>
background-color css
<style>
a { background-color: #325F5E; }
a { background-color: rgb(50,95,94); }
div.DivClassName
{
background-color: #325F5E;
}
.BgClassName
{
background-color: #325F5E;
}
</style>
border-color css
<style>
span { border-color: #325F5E; }
span { border-color: rgb(50,95,94); }
td.TdClassName
{
border-color: #325F5E;
}
.TagClassName
{
border-color: #325F5E;
}
</style>