Shades of Oracle #395554
Tints of Oracle #395554
RGB
CMYK
RGB Variations
Color information
#395554 (or 0x395554) is known color: Oracle. HEX triplet: 39, 55 and 54. RGB value is (57,85,84). Sum of RGB (Red+Green+Blue) = 57+85+84=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #395554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395554 is #C6AAAB. Grayscale: #4C4C4C. Windows color (decimal): -13019820 or 5526841. OLE color: 5526841.
HSL color Cylindrical-coordinate representation of color #395554: hue angle of 177.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #395554 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 85 | 84 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.67 |
| HSL | 177.86º | 0.2% | 0.28% | - |
| HSV(B) | 177.86º | 0.33% | 0.33% | - |
| XYZ | 6.54 | 8.01 | 9.59 | - |
| YUV | 76.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 84 | 0.33 | 0 | 0.01 | 0.67 | 177.86 | 0.2 | 0.28 |
| Hex | 39 | 55 | 54 | 21 | 0 | 1 | 43 | B2 | 14 | 1C |
| Octal | 71 | 125 | 124 | 41 | 0 | 1 | 103 | 262 | 24 | 34 |
| Binary | 111001 | 1010101 | 1010100 | 100001 | 0 | 1 | 1000011 | 10110010 | 10100 | 11100 |
Color Harmonies of #395554
Complementary color
Monochromatic Colors of #395554
Black with #395554
Text Example
Text Example
White with #395554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395554; }
p { color: rgb(57,85,84); }
H1.HeaderClassName
{
color: #395554;
}
.AnyTagClassName
{
color: #395554;
}
</style>
background-color css
<style>
a { background-color: #395554; }
a { background-color: rgb(57,85,84); }
div.DivClassName
{
background-color: #395554;
}
.BgClassName
{
background-color: #395554;
}
</style>
border-color css
<style>
span { border-color: #395554; }
span { border-color: rgb(57,85,84); }
td.TdClassName
{
border-color: #395554;
}
.TagClassName
{
border-color: #395554;
}
</style>