Shades of Oracle #325B59
Tints of Oracle #325B59
RGB
CMYK
RGB Variations
Color information
#325B59 (or 0x325B59) is known color: Oracle. HEX triplet: 32, 5B and 59. RGB value is (50,91,89). Sum of RGB (Red+Green+Blue) = 50+91+89=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #325B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B59 is #CDA4A6. Grayscale: #4E4E4E. Windows color (decimal): -13477031 or 5856050. OLE color: 5856050.
HSL color Cylindrical-coordinate representation of color #325B59: hue angle of 177.07º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B59 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 89 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.64 |
| HSL | 177.07º | 0.29% | 0.28% | - |
| HSV(B) | 177.07º | 0.45% | 0.36% | - |
| XYZ | 6.86 | 8.88 | 10.8 | - |
| YUV | 78.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 89 | 0.45 | 0 | 0.02 | 0.64 | 177.07 | 0.29 | 0.28 |
| Hex | 32 | 5B | 59 | 2D | 0 | 2 | 40 | B1 | 1D | 1C |
| Octal | 62 | 133 | 131 | 55 | 0 | 2 | 100 | 261 | 35 | 34 |
| Binary | 110010 | 1011011 | 1011001 | 101101 | 0 | 10 | 1000000 | 10110001 | 11101 | 11100 |
Color Harmonies of #325B59
Complementary color
Monochromatic Colors of #325B59
Black with #325B59
Text Example
Text Example
White with #325B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B59; }
p { color: rgb(50,91,89); }
H1.HeaderClassName
{
color: #325B59;
}
.AnyTagClassName
{
color: #325B59;
}
</style>
background-color css
<style>
a { background-color: #325B59; }
a { background-color: rgb(50,91,89); }
div.DivClassName
{
background-color: #325B59;
}
.BgClassName
{
background-color: #325B59;
}
</style>
border-color css
<style>
span { border-color: #325B59; }
span { border-color: rgb(50,91,89); }
td.TdClassName
{
border-color: #325B59;
}
.TagClassName
{
border-color: #325B59;
}
</style>