Shades of Oracle #355153
Tints of Oracle #355153
RGB
CMYK
RGB Variations
Color information
#355153 (or 0x355153) is known color: Oracle. HEX triplet: 35, 51 and 53. RGB value is (53,81,83). Sum of RGB (Red+Green+Blue) = 53+81+83=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #355153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355153 is #CAAEAC. Grayscale: #484848. Windows color (decimal): -13282989 or 5460277. OLE color: 5460277.
HSL color Cylindrical-coordinate representation of color #355153: hue angle of 184º 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 #355153 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 81 | 83 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.67 |
| HSL | 184º | 0.22% | 0.27% | - |
| HSV(B) | 184º | 0.36% | 0.33% | - |
| XYZ | 5.97 | 7.27 | 9.27 | - |
| YUV | 72.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 83 | 0.36 | 0.02 | 0 | 0.67 | 184 | 0.22 | 0.27 |
| Hex | 35 | 51 | 53 | 24 | 2 | 0 | 43 | B8 | 16 | 1B |
| Octal | 65 | 121 | 123 | 44 | 2 | 0 | 103 | 270 | 26 | 33 |
| Binary | 110101 | 1010001 | 1010011 | 100100 | 10 | 0 | 1000011 | 10111000 | 10110 | 11011 |
Color Harmonies of #355153
Complementary color
Monochromatic Colors of #355153
Black with #355153
Text Example
Text Example
White with #355153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355153; }
p { color: rgb(53,81,83); }
H1.HeaderClassName
{
color: #355153;
}
.AnyTagClassName
{
color: #355153;
}
</style>
background-color css
<style>
a { background-color: #355153; }
a { background-color: rgb(53,81,83); }
div.DivClassName
{
background-color: #355153;
}
.BgClassName
{
background-color: #355153;
}
</style>
border-color css
<style>
span { border-color: #355153; }
span { border-color: rgb(53,81,83); }
td.TdClassName
{
border-color: #355153;
}
.TagClassName
{
border-color: #355153;
}
</style>