Shades of Oracle #355F5E
Tints of Oracle #355F5E
RGB
CMYK
RGB Variations
Color information
#355F5E (or 0x355F5E) is known color: Oracle. HEX triplet: 35, 5F and 5E. RGB value is (53,95,94). Sum of RGB (Red+Green+Blue) = 53+95+94=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #355F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F5E is #CAA0A1. Grayscale: #525252. Windows color (decimal): -13279394 or 6184757. OLE color: 6184757.
HSL color Cylindrical-coordinate representation of color #355F5E: hue angle of 178.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F5E is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 95 | 94 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.63 |
| HSL | 178.57º | 0.28% | 0.29% | - |
| HSV(B) | 178.57º | 0.44% | 0.37% | - |
| XYZ | 7.58 | 9.75 | 12.07 | - |
| YUV | 82.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 94 | 0.44 | 0 | 0.01 | 0.63 | 178.57 | 0.28 | 0.29 |
| Hex | 35 | 5F | 5E | 2C | 0 | 1 | 3F | B3 | 1C | 1D |
| Octal | 65 | 137 | 136 | 54 | 0 | 1 | 77 | 263 | 34 | 35 |
| Binary | 110101 | 1011111 | 1011110 | 101100 | 0 | 1 | 111111 | 10110011 | 11100 | 11101 |
Color Harmonies of #355F5E
Complementary color
Monochromatic Colors of #355F5E
Black with #355F5E
Text Example
Text Example
White with #355F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F5E; }
p { color: rgb(53,95,94); }
H1.HeaderClassName
{
color: #355F5E;
}
.AnyTagClassName
{
color: #355F5E;
}
</style>
background-color css
<style>
a { background-color: #355F5E; }
a { background-color: rgb(53,95,94); }
div.DivClassName
{
background-color: #355F5E;
}
.BgClassName
{
background-color: #355F5E;
}
</style>
border-color css
<style>
span { border-color: #355F5E; }
span { border-color: rgb(53,95,94); }
td.TdClassName
{
border-color: #355F5E;
}
.TagClassName
{
border-color: #355F5E;
}
</style>