Shades of Oracle #365D57
Tints of Oracle #365D57
RGB
CMYK
RGB Variations
Color information
#365D57 (or 0x365D57) is known color: Oracle. HEX triplet: 36, 5D and 57. RGB value is (54,93,87). Sum of RGB (Red+Green+Blue) = 54+93+87=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #365D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D57 is #C9A2A8. Grayscale: #505050. Windows color (decimal): -13214377 or 5725494. OLE color: 5725494.
HSL color Cylindrical-coordinate representation of color #365D57: hue angle of 170.77º 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 #365D57 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 87 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.64 |
| HSL | 170.77º | 0.27% | 0.29% | - |
| HSV(B) | 170.77º | 0.42% | 0.36% | - |
| XYZ | 7.16 | 9.3 | 10.43 | - |
| YUV | 80.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 87 | 0.42 | 0 | 0.06 | 0.64 | 170.77 | 0.27 | 0.29 |
| Hex | 36 | 5D | 57 | 2A | 0 | 6 | 40 | AB | 1B | 1D |
| Octal | 66 | 135 | 127 | 52 | 0 | 6 | 100 | 253 | 33 | 35 |
| Binary | 110110 | 1011101 | 1010111 | 101010 | 0 | 110 | 1000000 | 10101011 | 11011 | 11101 |
Color Harmonies of #365D57
Complementary color
Monochromatic Colors of #365D57
Black with #365D57
Text Example
Text Example
White with #365D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D57; }
p { color: rgb(54,93,87); }
H1.HeaderClassName
{
color: #365D57;
}
.AnyTagClassName
{
color: #365D57;
}
</style>
background-color css
<style>
a { background-color: #365D57; }
a { background-color: rgb(54,93,87); }
div.DivClassName
{
background-color: #365D57;
}
.BgClassName
{
background-color: #365D57;
}
</style>
border-color css
<style>
span { border-color: #365D57; }
span { border-color: rgb(54,93,87); }
td.TdClassName
{
border-color: #365D57;
}
.TagClassName
{
border-color: #365D57;
}
</style>