Shades of Oracle #335557
Tints of Oracle #335557
RGB
CMYK
RGB Variations
Color information
#335557 (or 0x335557) is known color: Oracle. HEX triplet: 33, 55 and 57. RGB value is (51,85,87). Sum of RGB (Red+Green+Blue) = 51+85+87=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #335557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335557 is #CCAAA8. Grayscale: #4B4B4B. Windows color (decimal): -13413033 or 5723443. OLE color: 5723443.
HSL color Cylindrical-coordinate representation of color #335557: hue angle of 183.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335557 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 85 | 87 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.66 |
| HSL | 183.33º | 0.26% | 0.27% | - |
| HSV(B) | 183.33º | 0.41% | 0.34% | - |
| XYZ | 6.33 | 7.89 | 10.21 | - |
| YUV | 75.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 87 | 0.41 | 0.02 | 0 | 0.66 | 183.33 | 0.26 | 0.27 |
| Hex | 33 | 55 | 57 | 29 | 2 | 0 | 42 | B7 | 1A | 1B |
| Octal | 63 | 125 | 127 | 51 | 2 | 0 | 102 | 267 | 32 | 33 |
| Binary | 110011 | 1010101 | 1010111 | 101001 | 10 | 0 | 1000010 | 10110111 | 11010 | 11011 |
Color Harmonies of #335557
Complementary color
Monochromatic Colors of #335557
Black with #335557
Text Example
Text Example
White with #335557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335557; }
p { color: rgb(51,85,87); }
H1.HeaderClassName
{
color: #335557;
}
.AnyTagClassName
{
color: #335557;
}
</style>
background-color css
<style>
a { background-color: #335557; }
a { background-color: rgb(51,85,87); }
div.DivClassName
{
background-color: #335557;
}
.BgClassName
{
background-color: #335557;
}
</style>
border-color css
<style>
span { border-color: #335557; }
span { border-color: rgb(51,85,87); }
td.TdClassName
{
border-color: #335557;
}
.TagClassName
{
border-color: #335557;
}
</style>