Shades of Oracle #325C57
Tints of Oracle #325C57
RGB
CMYK
RGB Variations
Color information
#325C57 (or 0x325C57) is known color: Oracle. HEX triplet: 32, 5C and 57. RGB value is (50,92,87). Sum of RGB (Red+Green+Blue) = 50+92+87=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #325C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C57 is #CDA3A8. Grayscale: #4E4E4E. Windows color (decimal): -13476777 or 5725234. OLE color: 5725234.
HSL color Cylindrical-coordinate representation of color #325C57: hue angle of 172.86º 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 #325C57 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 87 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.64 |
| HSL | 172.86º | 0.3% | 0.28% | - |
| HSV(B) | 172.86º | 0.46% | 0.36% | - |
| XYZ | 6.86 | 9.02 | 10.4 | - |
| YUV | 78.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 87 | 0.46 | 0 | 0.05 | 0.64 | 172.86 | 0.3 | 0.28 |
| Hex | 32 | 5C | 57 | 2E | 0 | 5 | 40 | AD | 1E | 1C |
| Octal | 62 | 134 | 127 | 56 | 0 | 5 | 100 | 255 | 36 | 34 |
| Binary | 110010 | 1011100 | 1010111 | 101110 | 0 | 101 | 1000000 | 10101101 | 11110 | 11100 |
Color Harmonies of #325C57
Complementary color
Monochromatic Colors of #325C57
Black with #325C57
Text Example
Text Example
White with #325C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C57; }
p { color: rgb(50,92,87); }
H1.HeaderClassName
{
color: #325C57;
}
.AnyTagClassName
{
color: #325C57;
}
</style>
background-color css
<style>
a { background-color: #325C57; }
a { background-color: rgb(50,92,87); }
div.DivClassName
{
background-color: #325C57;
}
.BgClassName
{
background-color: #325C57;
}
</style>
border-color css
<style>
span { border-color: #325C57; }
span { border-color: rgb(50,92,87); }
td.TdClassName
{
border-color: #325C57;
}
.TagClassName
{
border-color: #325C57;
}
</style>