Shades of Oracle #365D58
Tints of Oracle #365D58
RGB
CMYK
RGB Variations
Color information
#365D58 (or 0x365D58) is known color: Oracle. HEX triplet: 36, 5D and 58. RGB value is (54,93,88). Sum of RGB (Red+Green+Blue) = 54+93+88=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #365D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D58 is #C9A2A7. Grayscale: #505050. Windows color (decimal): -13214376 or 5791030. OLE color: 5791030.
HSL color Cylindrical-coordinate representation of color #365D58: hue angle of 172.31º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D58 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 88 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.64 |
| HSL | 172.31º | 0.27% | 0.29% | - |
| HSV(B) | 172.31º | 0.42% | 0.36% | - |
| XYZ | 7.2 | 9.32 | 10.65 | - |
| YUV | 80.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 88 | 0.42 | 0 | 0.05 | 0.64 | 172.31 | 0.27 | 0.29 |
| Hex | 36 | 5D | 58 | 2A | 0 | 5 | 40 | AC | 1B | 1D |
| Octal | 66 | 135 | 130 | 52 | 0 | 5 | 100 | 254 | 33 | 35 |
| Binary | 110110 | 1011101 | 1011000 | 101010 | 0 | 101 | 1000000 | 10101100 | 11011 | 11101 |
Color Harmonies of #365D58
Complementary color
Monochromatic Colors of #365D58
Black with #365D58
Text Example
Text Example
White with #365D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D58; }
p { color: rgb(54,93,88); }
H1.HeaderClassName
{
color: #365D58;
}
.AnyTagClassName
{
color: #365D58;
}
</style>
background-color css
<style>
a { background-color: #365D58; }
a { background-color: rgb(54,93,88); }
div.DivClassName
{
background-color: #365D58;
}
.BgClassName
{
background-color: #365D58;
}
</style>
border-color css
<style>
span { border-color: #365D58; }
span { border-color: rgb(54,93,88); }
td.TdClassName
{
border-color: #365D58;
}
.TagClassName
{
border-color: #365D58;
}
</style>