Shades of Oracle #325D5D
Tints of Oracle #325D5D
RGB
CMYK
RGB Variations
Color information
#325D5D (or 0x325D5D) is known color: Oracle. HEX triplet: 32, 5D and 5D. RGB value is (50,93,93). Sum of RGB (Red+Green+Blue) = 50+93+93=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #325D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D5D is #CDA2A2. Grayscale: #505050. Windows color (decimal): -13476515 or 6118706. OLE color: 6118706.
HSL color Cylindrical-coordinate representation of color #325D5D: hue angle of 180º 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 #325D5D is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 93 | - |
| CMYK | 0.46 | 0 | 0 | 0.64 |
| HSL | 180º | 0.3% | 0.28% | - |
| HSV(B) | 180º | 0.46% | 0.36% | - |
| XYZ | 7.21 | 9.3 | 11.77 | - |
| YUV | 80.14 | 135.25 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 93 | 0.46 | 0 | 0 | 0.64 | 180 | 0.3 | 0.28 |
| Hex | 32 | 5D | 5D | 2E | 0 | 0 | 40 | B4 | 1E | 1C |
| Octal | 62 | 135 | 135 | 56 | 0 | 0 | 100 | 264 | 36 | 34 |
| Binary | 110010 | 1011101 | 1011101 | 101110 | 0 | 0 | 1000000 | 10110100 | 11110 | 11100 |
Color Harmonies of #325D5D
Complementary color
Monochromatic Colors of #325D5D
Black with #325D5D
Text Example
Text Example
White with #325D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D5D; }
p { color: rgb(50,93,93); }
H1.HeaderClassName
{
color: #325D5D;
}
.AnyTagClassName
{
color: #325D5D;
}
</style>
background-color css
<style>
a { background-color: #325D5D; }
a { background-color: rgb(50,93,93); }
div.DivClassName
{
background-color: #325D5D;
}
.BgClassName
{
background-color: #325D5D;
}
</style>
border-color css
<style>
span { border-color: #325D5D; }
span { border-color: rgb(50,93,93); }
td.TdClassName
{
border-color: #325D5D;
}
.TagClassName
{
border-color: #325D5D;
}
</style>