Shades of Oracle #385553
Tints of Oracle #385553
RGB
CMYK
RGB Variations
Color information
#385553 (or 0x385553) is known color: Oracle. HEX triplet: 38, 55 and 53. RGB value is (56,85,83). Sum of RGB (Red+Green+Blue) = 56+85+83=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #385553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385553 is #C7AAAC. Grayscale: #4C4C4C. Windows color (decimal): -13085357 or 5461304. OLE color: 5461304.
HSL color Cylindrical-coordinate representation of color #385553: hue angle of 175.86º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #385553 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 85 | 83 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.67 |
| HSL | 175.86º | 0.21% | 0.28% | - |
| HSV(B) | 175.86º | 0.34% | 0.33% | - |
| XYZ | 6.44 | 7.96 | 9.38 | - |
| YUV | 76.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 83 | 0.34 | 0 | 0.02 | 0.67 | 175.86 | 0.21 | 0.28 |
| Hex | 38 | 55 | 53 | 22 | 0 | 2 | 43 | B0 | 15 | 1C |
| Octal | 70 | 125 | 123 | 42 | 0 | 2 | 103 | 260 | 25 | 34 |
| Binary | 111000 | 1010101 | 1010011 | 100010 | 0 | 10 | 1000011 | 10110000 | 10101 | 11100 |
Color Harmonies of #385553
Complementary color
Monochromatic Colors of #385553
Black with #385553
Text Example
Text Example
White with #385553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385553; }
p { color: rgb(56,85,83); }
H1.HeaderClassName
{
color: #385553;
}
.AnyTagClassName
{
color: #385553;
}
</style>
background-color css
<style>
a { background-color: #385553; }
a { background-color: rgb(56,85,83); }
div.DivClassName
{
background-color: #385553;
}
.BgClassName
{
background-color: #385553;
}
</style>
border-color css
<style>
span { border-color: #385553; }
span { border-color: rgb(56,85,83); }
td.TdClassName
{
border-color: #385553;
}
.TagClassName
{
border-color: #385553;
}
</style>