Shades of Oracle #32565B
Tints of Oracle #32565B
RGB
CMYK
RGB Variations
Color information
#32565B (or 0x32565B) is known color: Oracle. HEX triplet: 32, 56 and 5B. RGB value is (50,86,91). Sum of RGB (Red+Green+Blue) = 50+86+91=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #32565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32565B is #CDA9A4. Grayscale: #4B4B4B. Windows color (decimal): -13478309 or 5985842. OLE color: 5985842.
HSL color Cylindrical-coordinate representation of color #32565B: hue angle of 187.32º 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 #32565B is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 86 | 91 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.64 |
| HSL | 187.32º | 0.29% | 0.28% | - |
| HSV(B) | 187.32º | 0.45% | 0.36% | - |
| XYZ | 6.53 | 8.09 | 11.11 | - |
| YUV | 75.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 91 | 0.45 | 0.05 | 0 | 0.64 | 187.32 | 0.29 | 0.28 |
| Hex | 32 | 56 | 5B | 2D | 5 | 0 | 40 | BB | 1D | 1C |
| Octal | 62 | 126 | 133 | 55 | 5 | 0 | 100 | 273 | 35 | 34 |
| Binary | 110010 | 1010110 | 1011011 | 101101 | 101 | 0 | 1000000 | 10111011 | 11101 | 11100 |
Color Harmonies of #32565B
Complementary color
Monochromatic Colors of #32565B
Black with #32565B
Text Example
Text Example
White with #32565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32565B; }
p { color: rgb(50,86,91); }
H1.HeaderClassName
{
color: #32565B;
}
.AnyTagClassName
{
color: #32565B;
}
</style>
background-color css
<style>
a { background-color: #32565B; }
a { background-color: rgb(50,86,91); }
div.DivClassName
{
background-color: #32565B;
}
.BgClassName
{
background-color: #32565B;
}
</style>
border-color css
<style>
span { border-color: #32565B; }
span { border-color: rgb(50,86,91); }
td.TdClassName
{
border-color: #32565B;
}
.TagClassName
{
border-color: #32565B;
}
</style>