Shades of Oracle #36565A
Tints of Oracle #36565A
RGB
CMYK
RGB Variations
Color information
#36565A (or 0x36565A) is known color: Oracle. HEX triplet: 36, 56 and 5A. RGB value is (54,86,90). Sum of RGB (Red+Green+Blue) = 54+86+90=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #36565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36565A is #C9A9A5. Grayscale: #4C4C4C. Windows color (decimal): -13216166 or 5920310. OLE color: 5920310.
HSL color Cylindrical-coordinate representation of color #36565A: hue angle of 186.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36565A is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 86 | 90 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.65 |
| HSL | 186.67º | 0.25% | 0.28% | - |
| HSV(B) | 186.67º | 0.4% | 0.35% | - |
| XYZ | 6.69 | 8.18 | 10.9 | - |
| YUV | 76.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 90 | 0.40 | 0.04 | 0 | 0.65 | 186.67 | 0.25 | 0.28 |
| Hex | 36 | 56 | 5A | 28 | 4 | 0 | 41 | BB | 19 | 1C |
| Octal | 66 | 126 | 132 | 50 | 4 | 0 | 101 | 273 | 31 | 34 |
| Binary | 110110 | 1010110 | 1011010 | 101000 | 100 | 0 | 1000001 | 10111011 | 11001 | 11100 |
Color Harmonies of #36565A
Complementary color
Monochromatic Colors of #36565A
Black with #36565A
Text Example
Text Example
White with #36565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36565A; }
p { color: rgb(54,86,90); }
H1.HeaderClassName
{
color: #36565A;
}
.AnyTagClassName
{
color: #36565A;
}
</style>
background-color css
<style>
a { background-color: #36565A; }
a { background-color: rgb(54,86,90); }
div.DivClassName
{
background-color: #36565A;
}
.BgClassName
{
background-color: #36565A;
}
</style>
border-color css
<style>
span { border-color: #36565A; }
span { border-color: rgb(54,86,90); }
td.TdClassName
{
border-color: #36565A;
}
.TagClassName
{
border-color: #36565A;
}
</style>