Shades of Oracle #395553
Tints of Oracle #395553
RGB
CMYK
RGB Variations
Color information
#395553 (or 0x395553) is known color: Oracle. HEX triplet: 39, 55 and 53. RGB value is (57,85,83). Sum of RGB (Red+Green+Blue) = 57+85+83=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #395553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395553 is #C6AAAC. Grayscale: #4C4C4C. Windows color (decimal): -13019821 or 5461305. OLE color: 5461305.
HSL color Cylindrical-coordinate representation of color #395553: hue angle of 175.71º 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 #395553 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 85 | 83 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.67 |
| HSL | 175.71º | 0.2% | 0.28% | - |
| HSV(B) | 175.71º | 0.33% | 0.33% | - |
| XYZ | 6.5 | 7.99 | 9.38 | - |
| YUV | 76.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 83 | 0.33 | 0 | 0.02 | 0.67 | 175.71 | 0.2 | 0.28 |
| Hex | 39 | 55 | 53 | 21 | 0 | 2 | 43 | B0 | 14 | 1C |
| Octal | 71 | 125 | 123 | 41 | 0 | 2 | 103 | 260 | 24 | 34 |
| Binary | 111001 | 1010101 | 1010011 | 100001 | 0 | 10 | 1000011 | 10110000 | 10100 | 11100 |
Color Harmonies of #395553
Complementary color
Monochromatic Colors of #395553
Black with #395553
Text Example
Text Example
White with #395553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395553; }
p { color: rgb(57,85,83); }
H1.HeaderClassName
{
color: #395553;
}
.AnyTagClassName
{
color: #395553;
}
</style>
background-color css
<style>
a { background-color: #395553; }
a { background-color: rgb(57,85,83); }
div.DivClassName
{
background-color: #395553;
}
.BgClassName
{
background-color: #395553;
}
</style>
border-color css
<style>
span { border-color: #395553; }
span { border-color: rgb(57,85,83); }
td.TdClassName
{
border-color: #395553;
}
.TagClassName
{
border-color: #395553;
}
</style>