Shades of Oracle #365D5B
Tints of Oracle #365D5B
RGB
CMYK
RGB Variations
Color information
#365D5B (or 0x365D5B) is known color: Oracle. HEX triplet: 36, 5D and 5B. RGB value is (54,93,91). Sum of RGB (Red+Green+Blue) = 54+93+91=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #365D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D5B is #C9A2A4. Grayscale: #515151. Windows color (decimal): -13214373 or 5987638. OLE color: 5987638.
HSL color Cylindrical-coordinate representation of color #365D5B: hue angle of 176.92º 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 #365D5B is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 91 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.64 |
| HSL | 176.92º | 0.27% | 0.29% | - |
| HSV(B) | 176.92º | 0.42% | 0.36% | - |
| XYZ | 7.32 | 9.37 | 11.32 | - |
| YUV | 81.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 91 | 0.42 | 0 | 0.02 | 0.64 | 176.92 | 0.27 | 0.29 |
| Hex | 36 | 5D | 5B | 2A | 0 | 2 | 40 | B1 | 1B | 1D |
| Octal | 66 | 135 | 133 | 52 | 0 | 2 | 100 | 261 | 33 | 35 |
| Binary | 110110 | 1011101 | 1011011 | 101010 | 0 | 10 | 1000000 | 10110001 | 11011 | 11101 |
Color Harmonies of #365D5B
Complementary color
Monochromatic Colors of #365D5B
Black with #365D5B
Text Example
Text Example
White with #365D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D5B; }
p { color: rgb(54,93,91); }
H1.HeaderClassName
{
color: #365D5B;
}
.AnyTagClassName
{
color: #365D5B;
}
</style>
background-color css
<style>
a { background-color: #365D5B; }
a { background-color: rgb(54,93,91); }
div.DivClassName
{
background-color: #365D5B;
}
.BgClassName
{
background-color: #365D5B;
}
</style>
border-color css
<style>
span { border-color: #365D5B; }
span { border-color: rgb(54,93,91); }
td.TdClassName
{
border-color: #365D5B;
}
.TagClassName
{
border-color: #365D5B;
}
</style>