Shades of Oracle #355053
Tints of Oracle #355053
RGB
CMYK
RGB Variations
Color information
#355053 (or 0x355053) is known color: Oracle. HEX triplet: 35, 50 and 53. RGB value is (53,80,83). Sum of RGB (Red+Green+Blue) = 53+80+83=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #355053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355053 is #CAAFAC. Grayscale: #484848. Windows color (decimal): -13283245 or 5460021. OLE color: 5460021.
HSL color Cylindrical-coordinate representation of color #355053: hue angle of 186º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #355053 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 80 | 83 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.67 |
| HSL | 186º | 0.22% | 0.27% | - |
| HSV(B) | 186º | 0.36% | 0.33% | - |
| XYZ | 5.9 | 7.12 | 9.25 | - |
| YUV | 72.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 83 | 0.36 | 0.04 | 0 | 0.67 | 186 | 0.22 | 0.27 |
| Hex | 35 | 50 | 53 | 24 | 4 | 0 | 43 | BA | 16 | 1B |
| Octal | 65 | 120 | 123 | 44 | 4 | 0 | 103 | 272 | 26 | 33 |
| Binary | 110101 | 1010000 | 1010011 | 100100 | 100 | 0 | 1000011 | 10111010 | 10110 | 11011 |
Color Harmonies of #355053
Complementary color
Monochromatic Colors of #355053
Black with #355053
Text Example
Text Example
White with #355053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355053; }
p { color: rgb(53,80,83); }
H1.HeaderClassName
{
color: #355053;
}
.AnyTagClassName
{
color: #355053;
}
</style>
background-color css
<style>
a { background-color: #355053; }
a { background-color: rgb(53,80,83); }
div.DivClassName
{
background-color: #355053;
}
.BgClassName
{
background-color: #355053;
}
</style>
border-color css
<style>
span { border-color: #355053; }
span { border-color: rgb(53,80,83); }
td.TdClassName
{
border-color: #355053;
}
.TagClassName
{
border-color: #355053;
}
</style>