Shades of Oracle #365A56
Tints of Oracle #365A56
RGB
CMYK
RGB Variations
Color information
#365A56 (or 0x365A56) is known color: Oracle. HEX triplet: 36, 5A and 56. RGB value is (54,90,86). Sum of RGB (Red+Green+Blue) = 54+90+86=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #365A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A56 is #C9A5A9. Grayscale: #4E4E4E. Windows color (decimal): -13215146 or 5659190. OLE color: 5659190.
HSL color Cylindrical-coordinate representation of color #365A56: hue angle of 173.33º 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 #365A56 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 90 | 86 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.65 |
| HSL | 173.33º | 0.25% | 0.28% | - |
| HSV(B) | 173.33º | 0.4% | 0.35% | - |
| XYZ | 6.86 | 8.77 | 10.14 | - |
| YUV | 78.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 86 | 0.40 | 0 | 0.04 | 0.65 | 173.33 | 0.25 | 0.28 |
| Hex | 36 | 5A | 56 | 28 | 0 | 4 | 41 | AD | 19 | 1C |
| Octal | 66 | 132 | 126 | 50 | 0 | 4 | 101 | 255 | 31 | 34 |
| Binary | 110110 | 1011010 | 1010110 | 101000 | 0 | 100 | 1000001 | 10101101 | 11001 | 11100 |
Color Harmonies of #365A56
Complementary color
Monochromatic Colors of #365A56
Black with #365A56
Text Example
Text Example
White with #365A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A56; }
p { color: rgb(54,90,86); }
H1.HeaderClassName
{
color: #365A56;
}
.AnyTagClassName
{
color: #365A56;
}
</style>
background-color css
<style>
a { background-color: #365A56; }
a { background-color: rgb(54,90,86); }
div.DivClassName
{
background-color: #365A56;
}
.BgClassName
{
background-color: #365A56;
}
</style>
border-color css
<style>
span { border-color: #365A56; }
span { border-color: rgb(54,90,86); }
td.TdClassName
{
border-color: #365A56;
}
.TagClassName
{
border-color: #365A56;
}
</style>