Shades of Oracle #395C57
Tints of Oracle #395C57
RGB
CMYK
RGB Variations
Color information
#395C57 (or 0x395C57) is known color: Oracle. HEX triplet: 39, 5C and 57. RGB value is (57,92,87). Sum of RGB (Red+Green+Blue) = 57+92+87=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #395C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C57 is #C6A3A8. Grayscale: #505050. Windows color (decimal): -13018025 or 5725241. OLE color: 5725241.
HSL color Cylindrical-coordinate representation of color #395C57: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C57 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 92 | 87 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.64 |
| HSL | 171.43º | 0.23% | 0.29% | - |
| HSV(B) | 171.43º | 0.38% | 0.36% | - |
| XYZ | 7.23 | 9.21 | 10.41 | - |
| YUV | 80.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 87 | 0.38 | 0 | 0.05 | 0.64 | 171.43 | 0.23 | 0.29 |
| Hex | 39 | 5C | 57 | 26 | 0 | 5 | 40 | AB | 17 | 1D |
| Octal | 71 | 134 | 127 | 46 | 0 | 5 | 100 | 253 | 27 | 35 |
| Binary | 111001 | 1011100 | 1010111 | 100110 | 0 | 101 | 1000000 | 10101011 | 10111 | 11101 |
Color Harmonies of #395C57
Complementary color
Monochromatic Colors of #395C57
Black with #395C57
Text Example
Text Example
White with #395C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C57; }
p { color: rgb(57,92,87); }
H1.HeaderClassName
{
color: #395C57;
}
.AnyTagClassName
{
color: #395C57;
}
</style>
background-color css
<style>
a { background-color: #395C57; }
a { background-color: rgb(57,92,87); }
div.DivClassName
{
background-color: #395C57;
}
.BgClassName
{
background-color: #395C57;
}
</style>
border-color css
<style>
span { border-color: #395C57; }
span { border-color: rgb(57,92,87); }
td.TdClassName
{
border-color: #395C57;
}
.TagClassName
{
border-color: #395C57;
}
</style>