Shades of Oracle #32605D
Tints of Oracle #32605D
RGB
CMYK
RGB Variations
Color information
#32605D (or 0x32605D) is known color: Oracle. HEX triplet: 32, 60 and 5D. RGB value is (50,96,93). Sum of RGB (Red+Green+Blue) = 50+96+93=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #32605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32605D is #CD9FA2. Grayscale: #515151. Windows color (decimal): -13475747 or 6119474. OLE color: 6119474.
HSL color Cylindrical-coordinate representation of color #32605D: hue angle of 176.09º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32605D is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 93 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.62 |
| HSL | 176.09º | 0.32% | 0.29% | - |
| HSV(B) | 176.09º | 0.48% | 0.38% | - |
| XYZ | 7.47 | 9.83 | 11.86 | - |
| YUV | 81.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 93 | 0.48 | 0 | 0.03 | 0.62 | 176.09 | 0.32 | 0.29 |
| Hex | 32 | 60 | 5D | 30 | 0 | 3 | 3E | B0 | 20 | 1D |
| Octal | 62 | 140 | 135 | 60 | 0 | 3 | 76 | 260 | 40 | 35 |
| Binary | 110010 | 1100000 | 1011101 | 110000 | 0 | 11 | 111110 | 10110000 | 100000 | 11101 |
Color Harmonies of #32605D
Complementary color
Monochromatic Colors of #32605D
Black with #32605D
Text Example
Text Example
White with #32605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32605D; }
p { color: rgb(50,96,93); }
H1.HeaderClassName
{
color: #32605D;
}
.AnyTagClassName
{
color: #32605D;
}
</style>
background-color css
<style>
a { background-color: #32605D; }
a { background-color: rgb(50,96,93); }
div.DivClassName
{
background-color: #32605D;
}
.BgClassName
{
background-color: #32605D;
}
</style>
border-color css
<style>
span { border-color: #32605D; }
span { border-color: rgb(50,96,93); }
td.TdClassName
{
border-color: #32605D;
}
.TagClassName
{
border-color: #32605D;
}
</style>