Shades of Oracle #32585C
Tints of Oracle #32585C
RGB
CMYK
RGB Variations
Color information
#32585C (or 0x32585C) is known color: Oracle. HEX triplet: 32, 58 and 5C. RGB value is (50,88,92). Sum of RGB (Red+Green+Blue) = 50+88+92=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #32585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32585C is #CDA7A3. Grayscale: #4D4D4D. Windows color (decimal): -13477796 or 6051890. OLE color: 6051890.
HSL color Cylindrical-coordinate representation of color #32585C: hue angle of 185.71º 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 #32585C is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 88 | 92 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.64 |
| HSL | 185.71º | 0.3% | 0.28% | - |
| HSV(B) | 185.71º | 0.46% | 0.36% | - |
| XYZ | 6.74 | 8.43 | 11.4 | - |
| YUV | 77.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 92 | 0.46 | 0.04 | 0 | 0.64 | 185.71 | 0.3 | 0.28 |
| Hex | 32 | 58 | 5C | 2E | 4 | 0 | 40 | BA | 1E | 1C |
| Octal | 62 | 130 | 134 | 56 | 4 | 0 | 100 | 272 | 36 | 34 |
| Binary | 110010 | 1011000 | 1011100 | 101110 | 100 | 0 | 1000000 | 10111010 | 11110 | 11100 |
Color Harmonies of #32585C
Complementary color
Monochromatic Colors of #32585C
Black with #32585C
Text Example
Text Example
White with #32585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32585C; }
p { color: rgb(50,88,92); }
H1.HeaderClassName
{
color: #32585C;
}
.AnyTagClassName
{
color: #32585C;
}
</style>
background-color css
<style>
a { background-color: #32585C; }
a { background-color: rgb(50,88,92); }
div.DivClassName
{
background-color: #32585C;
}
.BgClassName
{
background-color: #32585C;
}
</style>
border-color css
<style>
span { border-color: #32585C; }
span { border-color: rgb(50,88,92); }
td.TdClassName
{
border-color: #32585C;
}
.TagClassName
{
border-color: #32585C;
}
</style>